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