pub struct FileCloseFailure {
pub operation: &'static str,
pub error: Arc<NfsError>,
}Expand description
One ordered phase failure from a terminal file close.
Fields§
§operation: &'static strStable operation name (write, commit or close).
error: Arc<NfsError>The original structured failure.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FileCloseFailure
impl !UnwindSafe for FileCloseFailure
impl Freeze for FileCloseFailure
impl Send for FileCloseFailure
impl Sync for FileCloseFailure
impl Unpin for FileCloseFailure
impl UnsafeUnpin for FileCloseFailure
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