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