pub enum OperationsCopyfilePrefer {
RespondAsync,
}Expand description
OperationsCopyfilePrefer
JSON schema
{
"type": "string",
"enum": [
"respond-async"
]
}Variants§
RespondAsync
Trait Implementations§
Source§impl Clone for OperationsCopyfilePrefer
impl Clone for OperationsCopyfilePrefer
Source§fn clone(&self) -> OperationsCopyfilePrefer
fn clone(&self) -> OperationsCopyfilePrefer
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 OperationsCopyfilePrefer
Source§impl Debug for OperationsCopyfilePrefer
impl Debug for OperationsCopyfilePrefer
Source§impl<'de> Deserialize<'de> for OperationsCopyfilePrefer
impl<'de> Deserialize<'de> for OperationsCopyfilePrefer
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 OperationsCopyfilePrefer
impl Display for OperationsCopyfilePrefer
impl Eq for OperationsCopyfilePrefer
Source§impl From<&OperationsCopyfilePrefer> for OperationsCopyfilePrefer
impl From<&OperationsCopyfilePrefer> for OperationsCopyfilePrefer
Source§fn from(value: &OperationsCopyfilePrefer) -> Self
fn from(value: &OperationsCopyfilePrefer) -> Self
Converts to this type from the input type.
Source§impl FromStr for OperationsCopyfilePrefer
impl FromStr for OperationsCopyfilePrefer
Source§impl Hash for OperationsCopyfilePrefer
impl Hash for OperationsCopyfilePrefer
Source§impl Ord for OperationsCopyfilePrefer
impl Ord for OperationsCopyfilePrefer
Source§fn cmp(&self, other: &OperationsCopyfilePrefer) -> Ordering
fn cmp(&self, other: &OperationsCopyfilePrefer) -> 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 PartialEq for OperationsCopyfilePrefer
impl PartialEq for OperationsCopyfilePrefer
Source§impl PartialOrd for OperationsCopyfilePrefer
impl PartialOrd for OperationsCopyfilePrefer
Source§impl Serialize for OperationsCopyfilePrefer
impl Serialize for OperationsCopyfilePrefer
impl StructuralPartialEq for OperationsCopyfilePrefer
Source§impl TryFrom<&String> for OperationsCopyfilePrefer
impl TryFrom<&String> for OperationsCopyfilePrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for OperationsCopyfilePrefer
impl TryFrom<&str> for OperationsCopyfilePrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for OperationsCopyfilePrefer
impl TryFrom<String> for OperationsCopyfilePrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for OperationsCopyfilePrefer
impl RefUnwindSafe for OperationsCopyfilePrefer
impl Send for OperationsCopyfilePrefer
impl Sync for OperationsCopyfilePrefer
impl Unpin for OperationsCopyfilePrefer
impl UnsafeUnpin for OperationsCopyfilePrefer
impl UnwindSafe for OperationsCopyfilePrefer
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