pub struct ArgumentError {
pub description: String,
}Fields§
§description: StringTrait Implementations§
Source§impl Debug for ArgumentError
impl Debug for ArgumentError
Source§impl From<&str> for ArgumentError
impl From<&str> for ArgumentError
Source§impl From<ArgumentError> for CommandError
impl From<ArgumentError> for CommandError
Source§fn from(value: ArgumentError) -> Self
fn from(value: ArgumentError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ArgumentError
impl RefUnwindSafe for ArgumentError
impl Send for ArgumentError
impl Sync for ArgumentError
impl Unpin for ArgumentError
impl UnsafeUnpin for ArgumentError
impl UnwindSafe for ArgumentError
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