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