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