pub struct StagedBlobRollbackFailure {
pub path: PathBuf,
pub reason: StagedBlobRollbackReason,
}Expand description
A staged audience-move blob file that could not be rolled back, and why. Names the file so a host learns which staged bytes are left on disk.
Fields§
§path: PathBuf§reason: StagedBlobRollbackReasonTrait Implementations§
Source§impl Debug for StagedBlobRollbackFailure
impl Debug for StagedBlobRollbackFailure
Auto Trait Implementations§
impl Freeze for StagedBlobRollbackFailure
impl !RefUnwindSafe for StagedBlobRollbackFailure
impl Send for StagedBlobRollbackFailure
impl Sync for StagedBlobRollbackFailure
impl Unpin for StagedBlobRollbackFailure
impl UnsafeUnpin for StagedBlobRollbackFailure
impl !UnwindSafe for StagedBlobRollbackFailure
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