pub struct LogRequests(pub LogLevel);Tuple Fields§
§0: LogLevelTrait Implementations§
Auto Trait Implementations§
impl Freeze for LogRequests
impl RefUnwindSafe for LogRequests
impl Send for LogRequests
impl Sync for LogRequests
impl Unpin for LogRequests
impl UnwindSafe for LogRequests
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