pub struct BlobsListProgress { /* private fields */ }
Expand description
A progress handle for a blobs list operation.
Implementations§
Auto Trait Implementations§
impl Freeze for BlobsListProgress
impl !RefUnwindSafe for BlobsListProgress
impl Send for BlobsListProgress
impl !Sync for BlobsListProgress
impl Unpin for BlobsListProgress
impl !UnwindSafe for BlobsListProgress
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