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