pub struct WeiduLogOptions(Vec<LogOptions>);Tuple Fields§
§0: Vec<LogOptions>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 UnsafeUnpin 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