pub struct FtLogFormatter;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FtLogFormatter
impl RefUnwindSafe for FtLogFormatter
impl Send for FtLogFormatter
impl Sync for FtLogFormatter
impl Unpin for FtLogFormatter
impl UnwindSafe for FtLogFormatter
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