Enum fidl_fuchsia_io::SymlinkEvent
source · pub enum SymlinkEvent {
OnOpen_ {
s: i32,
info: Option<Box<NodeInfoDeprecated>>,
},
OnRepresentation {
payload: Representation,
},
_UnknownEvent {
ordinal: u64,
},
}
Variants§
Implementations§
source§impl SymlinkEvent
impl SymlinkEvent
pub fn into_on_open_(self) -> Option<(i32, Option<Box<NodeInfoDeprecated>>)>
pub fn into_on_representation(self) -> Option<Representation>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SymlinkEvent
impl RefUnwindSafe for SymlinkEvent
impl Send for SymlinkEvent
impl Sync for SymlinkEvent
impl Unpin for SymlinkEvent
impl UnwindSafe for SymlinkEvent
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