Struct slack_morphism::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 moresourceimpl 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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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