pub enum UploadProtocol {
Simple,
Resumable,
}Variants§
Trait Implementations§
source§impl PartialEq<UploadProtocol> for UploadProtocol
impl PartialEq<UploadProtocol> for UploadProtocol
source§fn eq(&self, other: &UploadProtocol) -> bool
fn eq(&self, other: &UploadProtocol) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UploadProtocol
impl StructuralEq for UploadProtocol
impl StructuralPartialEq for UploadProtocol
Auto Trait Implementations§
impl RefUnwindSafe for UploadProtocol
impl Send for UploadProtocol
impl Sync for UploadProtocol
impl Unpin for UploadProtocol
impl UnwindSafe for UploadProtocol
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.