pub struct ControllerName(/* private fields */);Trait Implementations§
Source§impl Clone for ControllerName
impl Clone for ControllerName
Source§fn clone(&self) -> ControllerName
fn clone(&self) -> ControllerName
Returns a copy 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 ControllerName
impl Debug for ControllerName
Source§impl<'de> Deserialize<'de> for ControllerName
impl<'de> Deserialize<'de> for ControllerName
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 ControllerName
impl Display for ControllerName
Source§impl Hash for ControllerName
impl Hash for ControllerName
Source§impl Name for ControllerName
impl Name for ControllerName
Source§impl PartialEq for ControllerName
impl PartialEq for ControllerName
Source§impl Serialize for ControllerName
impl Serialize for ControllerName
Source§impl Structable for ControllerName
impl Structable for ControllerName
Source§fn definition(&self) -> StructDef<'_>
fn definition(&self) -> StructDef<'_>
Returns the struct’s definition. Read more
Source§impl TryFrom<String> for ControllerName
impl TryFrom<String> for ControllerName
Source§impl Valuable for ControllerName
impl Valuable for ControllerName
Source§impl ValueParserFactory for ControllerName
impl ValueParserFactory for ControllerName
Source§type Parser = NameParser<ControllerName>
type Parser = NameParser<ControllerName>
Generated parser, usually
ValueParser. Read moreSource§fn value_parser() -> Self::Parser
fn value_parser() -> Self::Parser
Create the specified
Self::Parserimpl Eq for ControllerName
impl StructuralPartialEq for ControllerName
Auto Trait Implementations§
impl Freeze for ControllerName
impl RefUnwindSafe for ControllerName
impl Send for ControllerName
impl Sync for ControllerName
impl Unpin for ControllerName
impl UnwindSafe for ControllerName
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.