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§impl Serialize for SlackActionType
impl Serialize for SlackActionType
Source§impl ValueStruct for SlackActionType
impl ValueStruct for SlackActionType
impl Eq for SlackActionType
impl StructuralPartialEq for SlackActionType
Auto Trait Implementations§
impl Freeze for SlackActionType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)