pub enum NodeControllerEvent {
OnBind {},
_UnknownEvent {
ordinal: u64,
},
}
Variants§
Implementations§
Source§impl NodeControllerEvent
impl NodeControllerEvent
pub fn into_on_bind(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeControllerEvent
impl RefUnwindSafe for NodeControllerEvent
impl Send for NodeControllerEvent
impl Sync for NodeControllerEvent
impl Unpin for NodeControllerEvent
impl UnwindSafe for NodeControllerEvent
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