pub struct StagedBlobRollbackFailures(pub Vec<StagedBlobRollbackFailure>);Expand description
Every staged file that could not be rolled back, in the order attempted.
Tuple Fields§
§0: Vec<StagedBlobRollbackFailure>Trait Implementations§
Source§impl Debug for StagedBlobRollbackFailures
impl Debug for StagedBlobRollbackFailures
Auto Trait Implementations§
impl Freeze for StagedBlobRollbackFailures
impl !RefUnwindSafe for StagedBlobRollbackFailures
impl Send for StagedBlobRollbackFailures
impl Sync for StagedBlobRollbackFailures
impl Unpin for StagedBlobRollbackFailures
impl UnsafeUnpin for StagedBlobRollbackFailures
impl !UnwindSafe for StagedBlobRollbackFailures
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