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