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 UnsafeUnpin 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