pub struct SlackAppContextEntityType(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for SlackAppContextEntityType
impl AsRef<str> for SlackAppContextEntityType
Source§impl Clone for SlackAppContextEntityType
impl Clone for SlackAppContextEntityType
Source§fn clone(&self) -> SlackAppContextEntityType
fn clone(&self) -> SlackAppContextEntityType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SlackAppContextEntityType
impl Debug for SlackAppContextEntityType
Source§impl<'de> Deserialize<'de> for SlackAppContextEntityType
impl<'de> Deserialize<'de> for SlackAppContextEntityType
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 SlackAppContextEntityType
impl Display for SlackAppContextEntityType
impl Eq for SlackAppContextEntityType
Source§impl From<&String> for SlackAppContextEntityType
impl From<&String> for SlackAppContextEntityType
Source§impl From<&str> for SlackAppContextEntityType
impl From<&str> for SlackAppContextEntityType
Source§impl From<String> for SlackAppContextEntityType
impl From<String> for SlackAppContextEntityType
Source§impl FromStr for SlackAppContextEntityType
impl FromStr for SlackAppContextEntityType
Source§impl Hash for SlackAppContextEntityType
impl Hash for SlackAppContextEntityType
impl StructuralPartialEq for SlackAppContextEntityType
Auto Trait Implementations§
impl Freeze for SlackAppContextEntityType
impl RefUnwindSafe for SlackAppContextEntityType
impl Send for SlackAppContextEntityType
impl Sync for SlackAppContextEntityType
impl Unpin for SlackAppContextEntityType
impl UnsafeUnpin for SlackAppContextEntityType
impl UnwindSafe for SlackAppContextEntityType
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