pub struct DefaultSetupHandler;
Trait Implementations§
Source§impl<T> SetupHandler<T> for DefaultSetupHandler
impl<T> SetupHandler<T> for DefaultSetupHandler
Auto Trait Implementations§
impl Freeze for DefaultSetupHandler
impl RefUnwindSafe for DefaultSetupHandler
impl Send for DefaultSetupHandler
impl Sync for DefaultSetupHandler
impl Unpin for DefaultSetupHandler
impl UnwindSafe for DefaultSetupHandler
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