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