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