pub enum UploadMethod {
Put,
Post,
}
Variants§
Trait Implementations§
Source§impl Clone for UploadMethod
impl Clone for UploadMethod
Source§fn clone(&self) -> UploadMethod
fn clone(&self) -> UploadMethod
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UploadMethod
impl Debug for UploadMethod
Source§impl Default for UploadMethod
impl Default for UploadMethod
Source§fn default() -> UploadMethod
fn default() -> UploadMethod
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UploadMethod
impl RefUnwindSafe for UploadMethod
impl Send for UploadMethod
impl Sync for UploadMethod
impl Unpin for UploadMethod
impl UnwindSafe for UploadMethod
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