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