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