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§impl Serialize for SlackOAuthCode
impl Serialize for SlackOAuthCode
Source§impl ValueStruct for SlackOAuthCode
impl ValueStruct for SlackOAuthCode
impl Eq for SlackOAuthCode
impl StructuralPartialEq for SlackOAuthCode
Auto Trait Implementations§
impl Freeze for SlackOAuthCode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)