pub struct RawMetadata {
pub len: u64,
pub modified: Option<(i64, u32)>,
pub regular: bool,
}Fields§
§len: u64§modified: Option<(i64, u32)>§regular: boolAuto Trait Implementations§
impl Freeze for RawMetadata
impl RefUnwindSafe for RawMetadata
impl Send for RawMetadata
impl Sync for RawMetadata
impl Unpin for RawMetadata
impl UnsafeUnpin for RawMetadata
impl UnwindSafe for RawMetadata
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