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