pub struct DefaultFileData { /* private fields */ }Expand description
A default implementation of FileData that contains
Implementations§
Trait Implementations§
Source§impl Debug for DefaultFileData
impl Debug for DefaultFileData
Auto Trait Implementations§
impl Freeze for DefaultFileData
impl RefUnwindSafe for DefaultFileData
impl Send for DefaultFileData
impl Sync for DefaultFileData
impl Unpin for DefaultFileData
impl UnwindSafe for DefaultFileData
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