pub struct FileMixedMode { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileMixedMode
impl RefUnwindSafe for FileMixedMode
impl Send for FileMixedMode
impl Sync for FileMixedMode
impl Unpin for FileMixedMode
impl UnsafeUnpin for FileMixedMode
impl UnwindSafe for FileMixedMode
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