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