pub struct EmptyHandler {}Implementations§
Source§impl EmptyHandler
impl EmptyHandler
Trait Implementations§
Source§impl Clone for EmptyHandler
impl Clone for EmptyHandler
Source§fn clone(&self) -> EmptyHandler
fn clone(&self) -> EmptyHandler
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CustomHandler for EmptyHandler
impl CustomHandler for EmptyHandler
Auto Trait Implementations§
impl Freeze for EmptyHandler
impl RefUnwindSafe for EmptyHandler
impl Send for EmptyHandler
impl Sync for EmptyHandler
impl Unpin for EmptyHandler
impl UnwindSafe for EmptyHandler
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