Struct slack_morphism_models::SlackTriggerId
source · [−]pub struct SlackTriggerId(pub String);Tuple Fields
0: StringTrait Implementations
sourceimpl AsRef<str> for SlackTriggerId
impl AsRef<str> for SlackTriggerId
sourceimpl Clone for SlackTriggerId
impl Clone for SlackTriggerId
sourcefn clone(&self) -> SlackTriggerId
fn clone(&self) -> SlackTriggerId
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 SlackTriggerId
impl Debug for SlackTriggerId
sourceimpl<'de> Deserialize<'de> for SlackTriggerId
impl<'de> Deserialize<'de> for SlackTriggerId
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 SlackTriggerId
impl Display for SlackTriggerId
sourceimpl From<&'_ String> for SlackTriggerId
impl From<&'_ String> for SlackTriggerId
sourceimpl From<&'_ str> for SlackTriggerId
impl From<&'_ str> for SlackTriggerId
sourceimpl From<String> for SlackTriggerId
impl From<String> for SlackTriggerId
sourceimpl FromStr for SlackTriggerId
impl FromStr for SlackTriggerId
sourceimpl Hash for SlackTriggerId
impl Hash for SlackTriggerId
sourceimpl PartialEq<SlackTriggerId> for SlackTriggerId
impl PartialEq<SlackTriggerId> for SlackTriggerId
sourcefn eq(&self, other: &SlackTriggerId) -> bool
fn eq(&self, other: &SlackTriggerId) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SlackTriggerId) -> bool
fn ne(&self, other: &SlackTriggerId) -> bool
This method tests for !=.
sourceimpl Serialize for SlackTriggerId
impl Serialize for SlackTriggerId
sourceimpl ValueStruct for SlackTriggerId
impl ValueStruct for SlackTriggerId
impl Eq for SlackTriggerId
impl StructuralEq for SlackTriggerId
impl StructuralPartialEq for SlackTriggerId
Auto Trait Implementations
impl RefUnwindSafe for SlackTriggerId
impl Send for SlackTriggerId
impl Sync for SlackTriggerId
impl Unpin for SlackTriggerId
impl UnwindSafe for SlackTriggerId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
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.
sourcefn clone_into(&self, target: &mut T)
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