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