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