pub struct CommandRegistryConflictError {
pub command_name: String,
}Fields§
§command_name: StringTrait Implementations§
Source§impl Clone for CommandRegistryConflictError
impl Clone for CommandRegistryConflictError
Source§fn clone(&self) -> CommandRegistryConflictError
fn clone(&self) -> CommandRegistryConflictError
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 CommandRegistryConflictError
impl Debug for CommandRegistryConflictError
Source§impl Error for CommandRegistryConflictError
impl Error for CommandRegistryConflictError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for CommandRegistryConflictError
impl PartialEq for CommandRegistryConflictError
Source§fn eq(&self, other: &CommandRegistryConflictError) -> bool
fn eq(&self, other: &CommandRegistryConflictError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CommandRegistryConflictError
impl StructuralPartialEq for CommandRegistryConflictError
Auto Trait Implementations§
impl Freeze for CommandRegistryConflictError
impl RefUnwindSafe for CommandRegistryConflictError
impl Send for CommandRegistryConflictError
impl Sync for CommandRegistryConflictError
impl Unpin for CommandRegistryConflictError
impl UnwindSafe for CommandRegistryConflictError
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.