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