pub enum OperationsUploadfilePrefer {
RespondAsync,
}Expand description
OperationsUploadfilePrefer
JSON schema
{
"type": "string",
"enum": [
"respond-async"
]
}Variants§
RespondAsync
Trait Implementations§
Source§impl Clone for OperationsUploadfilePrefer
impl Clone for OperationsUploadfilePrefer
Source§fn clone(&self) -> OperationsUploadfilePrefer
fn clone(&self) -> OperationsUploadfilePrefer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OperationsUploadfilePrefer
Source§impl Debug for OperationsUploadfilePrefer
impl Debug for OperationsUploadfilePrefer
Source§impl<'de> Deserialize<'de> for OperationsUploadfilePrefer
impl<'de> Deserialize<'de> for OperationsUploadfilePrefer
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for OperationsUploadfilePrefer
impl Display for OperationsUploadfilePrefer
impl Eq for OperationsUploadfilePrefer
Source§impl From<&OperationsUploadfilePrefer> for OperationsUploadfilePrefer
impl From<&OperationsUploadfilePrefer> for OperationsUploadfilePrefer
Source§fn from(value: &OperationsUploadfilePrefer) -> Self
fn from(value: &OperationsUploadfilePrefer) -> Self
Converts to this type from the input type.
Source§impl FromStr for OperationsUploadfilePrefer
impl FromStr for OperationsUploadfilePrefer
Source§impl Hash for OperationsUploadfilePrefer
impl Hash for OperationsUploadfilePrefer
Source§impl Ord for OperationsUploadfilePrefer
impl Ord for OperationsUploadfilePrefer
Source§fn cmp(&self, other: &OperationsUploadfilePrefer) -> Ordering
fn cmp(&self, other: &OperationsUploadfilePrefer) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for OperationsUploadfilePrefer
impl PartialOrd for OperationsUploadfilePrefer
impl StructuralPartialEq for OperationsUploadfilePrefer
Source§impl TryFrom<&String> for OperationsUploadfilePrefer
impl TryFrom<&String> for OperationsUploadfilePrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for OperationsUploadfilePrefer
impl TryFrom<&str> for OperationsUploadfilePrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for OperationsUploadfilePrefer
impl TryFrom<String> for OperationsUploadfilePrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for OperationsUploadfilePrefer
impl RefUnwindSafe for OperationsUploadfilePrefer
impl Send for OperationsUploadfilePrefer
impl Sync for OperationsUploadfilePrefer
impl Unpin for OperationsUploadfilePrefer
impl UnsafeUnpin for OperationsUploadfilePrefer
impl UnwindSafe for OperationsUploadfilePrefer
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