pub struct SlackApiTokenValue(pub String);
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
Source§impl AsRef<str> for SlackApiTokenValue
impl AsRef<str> for SlackApiTokenValue
Source§impl Clone for SlackApiTokenValue
impl Clone for SlackApiTokenValue
Source§fn clone(&self) -> SlackApiTokenValue
fn clone(&self) -> SlackApiTokenValue
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 SlackApiTokenValue
impl Debug for SlackApiTokenValue
Source§impl<'de> Deserialize<'de> for SlackApiTokenValue
impl<'de> Deserialize<'de> for SlackApiTokenValue
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 SlackApiTokenValue
impl Display for SlackApiTokenValue
Source§impl From<&String> for SlackApiTokenValue
impl From<&String> for SlackApiTokenValue
Source§impl From<&str> for SlackApiTokenValue
impl From<&str> for SlackApiTokenValue
Source§impl From<String> for SlackApiTokenValue
impl From<String> for SlackApiTokenValue
Source§impl FromStr for SlackApiTokenValue
impl FromStr for SlackApiTokenValue
Source§impl Hash for SlackApiTokenValue
impl Hash for SlackApiTokenValue
Source§impl PartialEq for SlackApiTokenValue
impl PartialEq for SlackApiTokenValue
Source§impl Serialize for SlackApiTokenValue
impl Serialize for SlackApiTokenValue
Source§impl ValueStruct for SlackApiTokenValue
impl ValueStruct for SlackApiTokenValue
impl Eq for SlackApiTokenValue
impl StructuralPartialEq for SlackApiTokenValue
Auto Trait Implementations§
impl Freeze for SlackApiTokenValue
impl RefUnwindSafe for SlackApiTokenValue
impl Send for SlackApiTokenValue
impl Sync for SlackApiTokenValue
impl Unpin for SlackApiTokenValue
impl UnwindSafe for SlackApiTokenValue
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
)