pub struct SlackTriggerId(pub String);
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
Source§impl AsRef<str> for SlackTriggerId
impl AsRef<str> for SlackTriggerId
Source§impl Clone for SlackTriggerId
impl Clone for SlackTriggerId
Source§fn clone(&self) -> SlackTriggerId
fn clone(&self) -> SlackTriggerId
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 SlackTriggerId
impl Debug for SlackTriggerId
Source§impl<'de> Deserialize<'de> for SlackTriggerId
impl<'de> Deserialize<'de> for SlackTriggerId
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 SlackTriggerId
impl Display for SlackTriggerId
Source§impl From<&String> for SlackTriggerId
impl From<&String> for SlackTriggerId
Source§impl From<&str> for SlackTriggerId
impl From<&str> for SlackTriggerId
Source§impl From<String> for SlackTriggerId
impl From<String> for SlackTriggerId
Source§impl FromStr for SlackTriggerId
impl FromStr for SlackTriggerId
Source§impl Hash for SlackTriggerId
impl Hash for SlackTriggerId
Source§impl PartialEq for SlackTriggerId
impl PartialEq for SlackTriggerId
Source§impl Serialize for SlackTriggerId
impl Serialize for SlackTriggerId
Source§impl ValueStruct for SlackTriggerId
impl ValueStruct for SlackTriggerId
impl Eq for SlackTriggerId
impl StructuralPartialEq for SlackTriggerId
Auto Trait Implementations§
impl Freeze for SlackTriggerId
impl RefUnwindSafe for SlackTriggerId
impl Send for SlackTriggerId
impl Sync for SlackTriggerId
impl Unpin for SlackTriggerId
impl UnwindSafe for SlackTriggerId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)