pub struct CommandNameOwned(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CommandNameOwned
impl Clone for CommandNameOwned
Source§fn clone(&self) -> CommandNameOwned
fn clone(&self) -> CommandNameOwned
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 CommandNameOwned
impl Debug for CommandNameOwned
Source§impl<'de> Deserialize<'de> for CommandNameOwned
impl<'de> Deserialize<'de> for CommandNameOwned
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CommandNameOwned
impl Display for CommandNameOwned
Source§impl From<CommandName> for CommandNameOwned
impl From<CommandName> for CommandNameOwned
Source§fn from(value: CommandName) -> Self
fn from(value: CommandName) -> Self
Converts to this type from the input type.
Source§impl FromStr for CommandNameOwned
impl FromStr for CommandNameOwned
Source§impl Hash for CommandNameOwned
impl Hash for CommandNameOwned
Source§impl PartialEq for CommandNameOwned
impl PartialEq for CommandNameOwned
Source§impl Serialize for CommandNameOwned
impl Serialize for CommandNameOwned
Source§impl TryFrom<&str> for CommandNameOwned
impl TryFrom<&str> for CommandNameOwned
impl Eq for CommandNameOwned
impl StructuralPartialEq for CommandNameOwned
Auto Trait Implementations§
impl Freeze for CommandNameOwned
impl RefUnwindSafe for CommandNameOwned
impl Send for CommandNameOwned
impl Sync for CommandNameOwned
impl Unpin for CommandNameOwned
impl UnwindSafe for CommandNameOwned
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