Struct slack_morphism::prelude::SlackAvatarHash
source · pub struct SlackAvatarHash(pub String);
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
source§impl AsRef<str> for SlackAvatarHash
impl AsRef<str> for SlackAvatarHash
source§impl Clone for SlackAvatarHash
impl Clone for SlackAvatarHash
source§fn clone(&self) -> SlackAvatarHash
fn clone(&self) -> SlackAvatarHash
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 SlackAvatarHash
impl Debug for SlackAvatarHash
source§impl<'de> Deserialize<'de> for SlackAvatarHash
impl<'de> Deserialize<'de> for SlackAvatarHash
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 SlackAvatarHash
impl Display for SlackAvatarHash
source§impl From<&String> for SlackAvatarHash
impl From<&String> for SlackAvatarHash
source§impl From<&str> for SlackAvatarHash
impl From<&str> for SlackAvatarHash
source§impl From<String> for SlackAvatarHash
impl From<String> for SlackAvatarHash
source§impl FromStr for SlackAvatarHash
impl FromStr for SlackAvatarHash
source§impl Hash for SlackAvatarHash
impl Hash for SlackAvatarHash
source§impl PartialEq for SlackAvatarHash
impl PartialEq for SlackAvatarHash
source§fn eq(&self, other: &SlackAvatarHash) -> bool
fn eq(&self, other: &SlackAvatarHash) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SlackAvatarHash
impl Serialize for SlackAvatarHash
source§impl ValueStruct for SlackAvatarHash
impl ValueStruct for SlackAvatarHash
impl Eq for SlackAvatarHash
impl StructuralEq for SlackAvatarHash
impl StructuralPartialEq for SlackAvatarHash
Auto Trait Implementations§
impl RefUnwindSafe for SlackAvatarHash
impl Send for SlackAvatarHash
impl Sync for SlackAvatarHash
impl Unpin for SlackAvatarHash
impl UnwindSafe for SlackAvatarHash
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