pub struct CommandV2 {
pub name: String,
pub module: String,
pub runner: String,
pub annotations: Option<CommandAnnotations>,
}
Fields
name: String
module: String
runner: String
annotations: Option<CommandAnnotations>
Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for CommandV2
impl<'de> Deserialize<'de> for CommandV2
sourcefn 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 StructuralPartialEq for CommandV2
Auto Trait Implementations
impl RefUnwindSafe for CommandV2
impl Send for CommandV2
impl Sync for CommandV2
impl Unpin for CommandV2
impl UnwindSafe for CommandV2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more