pub struct EmptyHandlerRule;Trait Implementations§
Source§impl Default for EmptyHandlerRule
impl Default for EmptyHandlerRule
Source§fn default() -> EmptyHandlerRule
fn default() -> EmptyHandlerRule
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EmptyHandlerRule
impl RefUnwindSafe for EmptyHandlerRule
impl Send for EmptyHandlerRule
impl Sync for EmptyHandlerRule
impl Unpin for EmptyHandlerRule
impl UnsafeUnpin for EmptyHandlerRule
impl UnwindSafe for EmptyHandlerRule
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