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