Struct slack_morphism::SlackReactionName
source · pub struct SlackReactionName(pub String);Tuple Fields
0: StringTrait Implementations
sourceimpl AsRef<str> for SlackReactionName
impl AsRef<str> for SlackReactionName
sourceimpl Clone for SlackReactionName
impl Clone for SlackReactionName
sourcefn clone(&self) -> SlackReactionName
fn clone(&self) -> SlackReactionName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SlackReactionName
impl Debug for SlackReactionName
sourceimpl<'de> Deserialize<'de> for SlackReactionName
impl<'de> Deserialize<'de> for SlackReactionName
sourcefn 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
sourceimpl Display for SlackReactionName
impl Display for SlackReactionName
sourceimpl From<&String> for SlackReactionName
impl From<&String> for SlackReactionName
sourceimpl From<&str> for SlackReactionName
impl From<&str> for SlackReactionName
sourceimpl From<String> for SlackReactionName
impl From<String> for SlackReactionName
sourceimpl FromStr for SlackReactionName
impl FromStr for SlackReactionName
sourceimpl Hash for SlackReactionName
impl Hash for SlackReactionName
sourceimpl PartialEq<SlackReactionName> for SlackReactionName
impl PartialEq<SlackReactionName> for SlackReactionName
sourcefn eq(&self, other: &SlackReactionName) -> bool
fn eq(&self, other: &SlackReactionName) -> bool
sourceimpl Serialize for SlackReactionName
impl Serialize for SlackReactionName
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more