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