pub struct DisableInterest;
Expand description
Disabled interest in a FIDL field.
Use as a type parameter in FieldInterests
.
Auto Trait Implementations§
impl Freeze for DisableInterest
impl RefUnwindSafe for DisableInterest
impl Send for DisableInterest
impl Sync for DisableInterest
impl Unpin for DisableInterest
impl UnwindSafe for DisableInterest
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