pub struct RegisterSystemHandler { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Handler<RegisterSystemHandler> for NodeControl
impl Handler<RegisterSystemHandler> for NodeControl
Auto Trait Implementations§
impl Freeze for RegisterSystemHandler
impl !RefUnwindSafe for RegisterSystemHandler
impl Send for RegisterSystemHandler
impl !Sync for RegisterSystemHandler
impl Unpin for RegisterSystemHandler
impl !UnwindSafe for RegisterSystemHandler
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