pub struct SlowLog<T> { /* private fields */ }Implementations§
Source§impl SlowLog<WithoutProgress>
impl SlowLog<WithoutProgress>
Sourcepub fn without_progress(self) -> Self
pub fn without_progress(self) -> Self
Just a hint to the compiler so it can figure out the type of T if we
never call set_progress or set_total
Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for SlowLog<T>
impl<T> !UnwindSafe for SlowLog<T>
impl<T> Freeze for SlowLog<T>
impl<T> Send for SlowLog<T>where
T: Send,
impl<T> Sync for SlowLog<T>where
T: Send,
impl<T> Unpin for SlowLog<T>
impl<T> UnsafeUnpin for SlowLog<T>
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