pub struct SlackTaskId(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for SlackTaskId
impl AsRef<str> for SlackTaskId
Source§impl Clone for SlackTaskId
impl Clone for SlackTaskId
Source§fn clone(&self) -> SlackTaskId
fn clone(&self) -> SlackTaskId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SlackTaskId
impl Debug for SlackTaskId
Source§impl<'de> Deserialize<'de> for SlackTaskId
impl<'de> Deserialize<'de> for SlackTaskId
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 SlackTaskId
impl Display for SlackTaskId
Source§impl From<&String> for SlackTaskId
impl From<&String> for SlackTaskId
Source§impl From<&str> for SlackTaskId
impl From<&str> for SlackTaskId
Source§impl From<String> for SlackTaskId
impl From<String> for SlackTaskId
Source§impl FromStr for SlackTaskId
impl FromStr for SlackTaskId
Source§impl Hash for SlackTaskId
impl Hash for SlackTaskId
Source§impl PartialEq for SlackTaskId
impl PartialEq for SlackTaskId
Source§fn eq(&self, other: &SlackTaskId) -> bool
fn eq(&self, other: &SlackTaskId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SlackTaskId
impl Serialize for SlackTaskId
Source§impl ValueStruct for SlackTaskId
impl ValueStruct for SlackTaskId
impl Eq for SlackTaskId
impl StructuralPartialEq for SlackTaskId
Auto Trait Implementations§
impl Freeze for SlackTaskId
impl RefUnwindSafe for SlackTaskId
impl Send for SlackTaskId
impl Sync for SlackTaskId
impl Unpin for SlackTaskId
impl UnsafeUnpin for SlackTaskId
impl UnwindSafe for SlackTaskId
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