Enum fidl_fuchsia_io::LinkableEvent
source · pub enum LinkableEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkableEvent
impl RefUnwindSafe for LinkableEvent
impl Send for LinkableEvent
impl Sync for LinkableEvent
impl Unpin for LinkableEvent
impl UnwindSafe for LinkableEvent
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