pub struct CommandArgumentNodeSpec {
pub name: String,
pub parser: CommandParserSpec,
pub suggestions_types: Option<SuggestionsTypeSpec>,
}
Fields§
§name: String
§parser: CommandParserSpec
§suggestions_types: Option<SuggestionsTypeSpec>
Trait Implementations§
Source§impl Clone for CommandArgumentNodeSpec
impl Clone for CommandArgumentNodeSpec
Source§fn clone(&self) -> CommandArgumentNodeSpec
fn clone(&self) -> CommandArgumentNodeSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CommandArgumentNodeSpec
impl Debug for CommandArgumentNodeSpec
Source§impl PartialEq for CommandArgumentNodeSpec
impl PartialEq for CommandArgumentNodeSpec
impl StructuralPartialEq for CommandArgumentNodeSpec
Auto Trait Implementations§
impl Freeze for CommandArgumentNodeSpec
impl RefUnwindSafe for CommandArgumentNodeSpec
impl Send for CommandArgumentNodeSpec
impl Sync for CommandArgumentNodeSpec
impl Unpin for CommandArgumentNodeSpec
impl UnwindSafe for CommandArgumentNodeSpec
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