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