pub struct SmartLogParser {}Implementations§
Auto Trait Implementations§
impl Freeze for SmartLogParser
impl RefUnwindSafe for SmartLogParser
impl Send for SmartLogParser
impl Sync for SmartLogParser
impl Unpin for SmartLogParser
impl UnsafeUnpin for SmartLogParser
impl UnwindSafe for SmartLogParser
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