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