pub struct TestLog { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestLog
impl !RefUnwindSafe for TestLog
impl !Send for TestLog
impl !Sync for TestLog
impl Unpin for TestLog
impl UnsafeUnpin for TestLog
impl !UnwindSafe for TestLog
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