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