Struct slack_morphism_models::SlackCommandId
source · [−]pub struct SlackCommandId(pub String);Tuple Fields
0: StringTrait Implementations
sourceimpl Clone for SlackCommandId
impl Clone for SlackCommandId
sourcefn clone(&self) -> SlackCommandId
fn clone(&self) -> SlackCommandId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SlackCommandId
impl Debug for SlackCommandId
sourceimpl<'de> Deserialize<'de> for SlackCommandId
impl<'de> Deserialize<'de> for SlackCommandId
sourcefn 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
sourceimpl Display for SlackCommandId
impl Display for SlackCommandId
sourceimpl From<&'_ String> for SlackCommandId
impl From<&'_ String> for SlackCommandId
sourceimpl From<&'_ str> for SlackCommandId
impl From<&'_ str> for SlackCommandId
sourceimpl From<String> for SlackCommandId
impl From<String> for SlackCommandId
sourceimpl FromStr for SlackCommandId
impl FromStr for SlackCommandId
sourceimpl Hash for SlackCommandId
impl Hash for SlackCommandId
sourceimpl PartialEq<SlackCommandId> for SlackCommandId
impl PartialEq<SlackCommandId> for SlackCommandId
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &SlackCommandId) -> bool
fn ne(&self, other: &SlackCommandId) -> bool
This method tests for !=.
sourceimpl Serialize for SlackCommandId
impl Serialize for SlackCommandId
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more