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