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