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