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