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