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§impl Serialize for SlackReactionName
impl Serialize for SlackReactionName
Source§impl ValueStruct for SlackReactionName
impl ValueStruct for SlackReactionName
impl Eq for SlackReactionName
impl StructuralPartialEq for SlackReactionName
Auto Trait Implementations§
impl Freeze for SlackReactionName
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)