Struct slack_morphism::SlackReactionName
source · pub struct SlackReactionName(pub String);
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
source§impl AsRef<str> for SlackReactionName
impl AsRef<str> for SlackReactionName
source§impl Clone for SlackReactionName
impl Clone for SlackReactionName
source§fn clone(&self) -> SlackReactionName
fn clone(&self) -> SlackReactionName
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 SlackReactionName
impl Debug for SlackReactionName
source§impl<'de> Deserialize<'de> for SlackReactionName
impl<'de> Deserialize<'de> for SlackReactionName
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 SlackReactionName
impl Display for SlackReactionName
source§impl From<&String> for SlackReactionName
impl From<&String> for SlackReactionName
source§impl From<&str> for SlackReactionName
impl From<&str> for SlackReactionName
source§impl From<String> for SlackReactionName
impl From<String> for SlackReactionName
source§impl FromStr for SlackReactionName
impl FromStr for SlackReactionName
source§impl Hash for SlackReactionName
impl Hash for SlackReactionName
source§impl PartialEq for SlackReactionName
impl PartialEq for SlackReactionName
source§fn eq(&self, other: &SlackReactionName) -> bool
fn eq(&self, other: &SlackReactionName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SlackReactionName
impl Serialize for SlackReactionName
source§impl ValueStruct for SlackReactionName
impl ValueStruct for SlackReactionName
impl Eq for SlackReactionName
impl StructuralEq for SlackReactionName
impl StructuralPartialEq for SlackReactionName
Auto Trait Implementations§
impl RefUnwindSafe for SlackReactionName
impl Send for SlackReactionName
impl Sync for SlackReactionName
impl Unpin for SlackReactionName
impl UnwindSafe for SlackReactionName
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