pub struct MemFileType(/* private fields */);
Trait Implementations§
Source§impl Debug for MemFileType
impl Debug for MemFileType
Auto Trait Implementations§
impl Freeze for MemFileType
impl RefUnwindSafe for MemFileType
impl Send for MemFileType
impl Sync for MemFileType
impl Unpin for MemFileType
impl UnwindSafe for MemFileType
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