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