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