pub enum CommandArgumentValueType {
String,
I64,
F64,
}
Expand description
The type that command argument could be
Variants§
Trait Implementations§
Source§impl Debug for CommandArgumentValueType
impl Debug for CommandArgumentValueType
Source§impl Display for CommandArgumentValueType
impl Display for CommandArgumentValueType
Source§impl From<&CommandArgumentValue> for CommandArgumentValueType
impl From<&CommandArgumentValue> for CommandArgumentValueType
Source§fn from(value: &CommandArgumentValue) -> Self
fn from(value: &CommandArgumentValue) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CommandArgumentValueType
impl RefUnwindSafe for CommandArgumentValueType
impl Send for CommandArgumentValueType
impl Sync for CommandArgumentValueType
impl Unpin for CommandArgumentValueType
impl UnwindSafe for CommandArgumentValueType
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