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