pub enum CommandConfig {
Rest(RestCommandConfig),
Delegated(DelegatedCommandConfig),
}Variants§
Rest(RestCommandConfig)
Delegated(DelegatedCommandConfig)
Implementations§
Source§impl CommandConfig
impl CommandConfig
pub fn description(&self) -> Option<&String>
pub fn mode(&self) -> CapabilityMode
Trait Implementations§
Source§impl Debug for CommandConfig
impl Debug for CommandConfig
Source§impl<'de> Deserialize<'de> for CommandConfig
impl<'de> Deserialize<'de> for CommandConfig
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
Auto Trait Implementations§
impl Freeze for CommandConfig
impl RefUnwindSafe for CommandConfig
impl Send for CommandConfig
impl Sync for CommandConfig
impl Unpin for CommandConfig
impl UnsafeUnpin for CommandConfig
impl UnwindSafe for CommandConfig
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