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