pub struct SkippedObject {
pub handle: ObjectHandle,
pub error: Error,
}Expand description
A per-handle metadata failure that was safe to skip while reading the other objects in the same directory.
Fields§
§handle: ObjectHandleThe object handle whose metadata request failed.
error: ErrorThe backend-neutral error reported for that handle.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SkippedObject
impl RefUnwindSafe for SkippedObject
impl Send for SkippedObject
impl Sync for SkippedObject
impl Unpin for SkippedObject
impl UnsafeUnpin for SkippedObject
impl UnwindSafe for SkippedObject
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