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