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