pub struct CommandLoader;Expand description
Typed Rust equivalent of upstream CommandLoader.
Implementations§
Source§impl CommandLoader
impl CommandLoader
pub const fn new() -> Self
pub fn specs(&self) -> &'static [CommandSpec]
pub fn load<I, S>(&self, args: I) -> Result<ActionInvocation, CommandParseError>
pub fn invalid_command_message(command: &str) -> String
Trait Implementations§
Source§impl Clone for CommandLoader
impl Clone for CommandLoader
Source§fn clone(&self) -> CommandLoader
fn clone(&self) -> CommandLoader
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 moreSource§impl Debug for CommandLoader
impl Debug for CommandLoader
Source§impl Default for CommandLoader
impl Default for CommandLoader
Source§fn default() -> CommandLoader
fn default() -> CommandLoader
Returns the “default value” for a type. Read more
Source§impl PartialEq for CommandLoader
impl PartialEq for CommandLoader
Source§fn eq(&self, other: &CommandLoader) -> bool
fn eq(&self, other: &CommandLoader) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CommandLoader
impl Eq for CommandLoader
impl StructuralPartialEq for CommandLoader
Auto Trait Implementations§
impl Freeze for CommandLoader
impl RefUnwindSafe for CommandLoader
impl Send for CommandLoader
impl Sync for CommandLoader
impl Unpin for CommandLoader
impl UnsafeUnpin for CommandLoader
impl UnwindSafe for CommandLoader
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.