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