pub struct SlackFileCommentId(pub String);
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
Source§impl AsRef<str> for SlackFileCommentId
impl AsRef<str> for SlackFileCommentId
Source§impl Clone for SlackFileCommentId
impl Clone for SlackFileCommentId
Source§fn clone(&self) -> SlackFileCommentId
fn clone(&self) -> SlackFileCommentId
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 SlackFileCommentId
impl Debug for SlackFileCommentId
Source§impl<'de> Deserialize<'de> for SlackFileCommentId
impl<'de> Deserialize<'de> for SlackFileCommentId
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 SlackFileCommentId
impl Display for SlackFileCommentId
Source§impl From<&String> for SlackFileCommentId
impl From<&String> for SlackFileCommentId
Source§impl From<&str> for SlackFileCommentId
impl From<&str> for SlackFileCommentId
Source§impl From<String> for SlackFileCommentId
impl From<String> for SlackFileCommentId
Source§impl FromStr for SlackFileCommentId
impl FromStr for SlackFileCommentId
Source§impl Hash for SlackFileCommentId
impl Hash for SlackFileCommentId
Source§impl PartialEq for SlackFileCommentId
impl PartialEq for SlackFileCommentId
Source§impl Serialize for SlackFileCommentId
impl Serialize for SlackFileCommentId
Source§impl ValueStruct for SlackFileCommentId
impl ValueStruct for SlackFileCommentId
impl Eq for SlackFileCommentId
impl StructuralPartialEq for SlackFileCommentId
Auto Trait Implementations§
impl Freeze for SlackFileCommentId
impl RefUnwindSafe for SlackFileCommentId
impl Send for SlackFileCommentId
impl Sync for SlackFileCommentId
impl Unpin for SlackFileCommentId
impl UnwindSafe for SlackFileCommentId
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
)