Struct slack_morphism::events::SlackEventContext
source · [−]pub struct SlackEventContext(pub String);Tuple Fields
0: StringTrait Implementations
sourceimpl AsRef<str> for SlackEventContext
impl AsRef<str> for SlackEventContext
sourceimpl Clone for SlackEventContext
impl Clone for SlackEventContext
sourcefn clone(&self) -> SlackEventContext
fn clone(&self) -> SlackEventContext
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 SlackEventContext
impl Debug for SlackEventContext
sourceimpl<'de> Deserialize<'de> for SlackEventContext
impl<'de> Deserialize<'de> for SlackEventContext
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 SlackEventContext
impl Display for SlackEventContext
sourceimpl From<&String> for SlackEventContext
impl From<&String> for SlackEventContext
sourceimpl From<&str> for SlackEventContext
impl From<&str> for SlackEventContext
sourceimpl From<String> for SlackEventContext
impl From<String> for SlackEventContext
sourceimpl FromStr for SlackEventContext
impl FromStr for SlackEventContext
sourceimpl Hash for SlackEventContext
impl Hash for SlackEventContext
sourceimpl PartialEq<SlackEventContext> for SlackEventContext
impl PartialEq<SlackEventContext> for SlackEventContext
sourcefn eq(&self, other: &SlackEventContext) -> bool
fn eq(&self, other: &SlackEventContext) -> bool
sourceimpl Serialize for SlackEventContext
impl Serialize for SlackEventContext
sourceimpl 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
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