Struct slack_morphism::SlackApiTokenValue
source · [−]pub struct SlackApiTokenValue(pub String);Tuple Fields
0: StringTrait Implementations
sourceimpl AsRef<str> for SlackApiTokenValue
impl AsRef<str> for SlackApiTokenValue
sourceimpl Clone for SlackApiTokenValue
impl Clone for SlackApiTokenValue
sourcefn clone(&self) -> SlackApiTokenValue
fn clone(&self) -> SlackApiTokenValue
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SlackApiTokenValue
impl Debug for SlackApiTokenValue
sourceimpl<'de> Deserialize<'de> for SlackApiTokenValue
impl<'de> Deserialize<'de> for SlackApiTokenValue
sourcefn 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
sourceimpl Display for SlackApiTokenValue
impl Display for SlackApiTokenValue
sourceimpl From<&String> for SlackApiTokenValue
impl From<&String> for SlackApiTokenValue
sourceimpl From<&str> for SlackApiTokenValue
impl From<&str> for SlackApiTokenValue
sourceimpl From<String> for SlackApiTokenValue
impl From<String> for SlackApiTokenValue
sourceimpl FromStr for SlackApiTokenValue
impl FromStr for SlackApiTokenValue
sourceimpl Hash for SlackApiTokenValue
impl Hash for SlackApiTokenValue
sourceimpl PartialEq<SlackApiTokenValue> for SlackApiTokenValue
impl PartialEq<SlackApiTokenValue> for SlackApiTokenValue
sourcefn eq(&self, other: &SlackApiTokenValue) -> bool
fn eq(&self, other: &SlackApiTokenValue) -> bool
sourceimpl Serialize for SlackApiTokenValue
impl Serialize for SlackApiTokenValue
sourceimpl ValueStruct for SlackApiTokenValue
impl ValueStruct for SlackApiTokenValue
impl Eq for SlackApiTokenValue
impl StructuralEq for SlackApiTokenValue
impl StructuralPartialEq for SlackApiTokenValue
Auto Trait Implementations
impl RefUnwindSafe for SlackApiTokenValue
impl Send for SlackApiTokenValue
impl Sync for SlackApiTokenValue
impl Unpin for SlackApiTokenValue
impl UnwindSafe for SlackApiTokenValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more