pub struct EnableInterest;
Expand description
Enabled interest in a FIDL field.
Use as a type parameter in FieldInterests
.
Auto Trait Implementations§
impl Freeze for EnableInterest
impl RefUnwindSafe for EnableInterest
impl Send for EnableInterest
impl Sync for EnableInterest
impl Unpin for EnableInterest
impl UnwindSafe for EnableInterest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more