pub struct BlobFileFailures(pub Vec<BlobFileFailure>);Expand description
Every blob that failed to unwind, in the order they were attempted.
Tuple Fields§
§0: Vec<BlobFileFailure>Trait Implementations§
Source§impl Debug for BlobFileFailures
impl Debug for BlobFileFailures
Auto Trait Implementations§
impl Freeze for BlobFileFailures
impl !RefUnwindSafe for BlobFileFailures
impl Send for BlobFileFailures
impl Sync for BlobFileFailures
impl Unpin for BlobFileFailures
impl UnsafeUnpin for BlobFileFailures
impl !UnwindSafe for BlobFileFailures
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