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