pub struct InitializedHandler;
Expand description
Handler for the initialized notification
Implementations§
Trait Implementations§
Source§impl CommandHandler for InitializedHandler
impl CommandHandler for InitializedHandler
Auto Trait Implementations§
impl Freeze for InitializedHandler
impl RefUnwindSafe for InitializedHandler
impl Send for InitializedHandler
impl Sync for InitializedHandler
impl Unpin for InitializedHandler
impl UnwindSafe for InitializedHandler
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