Struct elfo::dumping::MessageName
source · pub struct MessageName(_, _);Expand description
Availability
This API is marked as unstable and is only available when the unstable crate feature is enabled. This comes with no stability guarantees, and could be changed or removed at any time.
Trait Implementations§
source§impl Clone for MessageName
impl Clone for MessageName
source§fn clone(&self) -> MessageName
fn clone(&self) -> MessageName
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 MessageName
impl Debug for MessageName
source§impl Default for MessageName
impl Default for MessageName
source§fn default() -> MessageName
fn default() -> MessageName
Returns the “default value” for a type. Read more
source§impl Display for MessageName
impl Display for MessageName
source§impl From<&'static str> for MessageName
impl From<&'static str> for MessageName
source§fn from(struct_name: &'static str) -> MessageName
fn from(struct_name: &'static str) -> MessageName
Converts to this type from the input type.
source§impl Hash for MessageName
impl Hash for MessageName
source§impl<'a> PartialEq<&'a str> for MessageName
impl<'a> PartialEq<&'a str> for MessageName
source§impl PartialEq<MessageName> for &str
impl PartialEq<MessageName> for &str
source§fn eq(&self, s: &MessageName) -> bool
fn eq(&self, s: &MessageName) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialEq<MessageName> for MessageName
impl PartialEq<MessageName> for MessageName
source§fn eq(&self, other: &MessageName) -> bool
fn eq(&self, other: &MessageName) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for MessageName
impl StructuralEq for MessageName
impl StructuralPartialEq for MessageName
Auto Trait Implementations§
impl RefUnwindSafe for MessageName
impl Send for MessageName
impl Sync for MessageName
impl Unpin for MessageName
impl UnwindSafe for MessageName
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.