pub struct WeiduLogOptions(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for WeiduLogOptions
impl RefUnwindSafe for WeiduLogOptions
impl Send for WeiduLogOptions
impl Sync for WeiduLogOptions
impl Unpin for WeiduLogOptions
impl UnwindSafe for WeiduLogOptions
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