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