pub struct FileHint {
pub size: u64,
pub extension: Option<String>,
pub head: Option<Vec<u8>>,
}Fields§
§size: u64§extension: Option<String>§head: Option<Vec<u8>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileHint
impl RefUnwindSafe for FileHint
impl Send for FileHint
impl Sync for FileHint
impl Unpin for FileHint
impl UnsafeUnpin for FileHint
impl UnwindSafe for FileHint
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