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