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