pub struct OidStat {
pub stat: StatDataDisk,
pub oid: ObjectId,
pub valid: bool,
}Fields§
§stat: StatDataDisk§oid: ObjectId§valid: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for OidStat
impl RefUnwindSafe for OidStat
impl Send for OidStat
impl Sync for OidStat
impl Unpin for OidStat
impl UnsafeUnpin for OidStat
impl UnwindSafe for OidStat
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