Struct slack_morphism::SlackAppId
source · pub struct SlackAppId(pub String);Tuple Fields
0: StringTrait Implementations
sourceimpl AsRef<str> for SlackAppId
impl AsRef<str> for SlackAppId
sourceimpl Clone for SlackAppId
impl Clone for SlackAppId
sourcefn clone(&self) -> SlackAppId
fn clone(&self) -> SlackAppId
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 SlackAppId
impl Debug for SlackAppId
sourceimpl<'de> Deserialize<'de> for SlackAppId
impl<'de> Deserialize<'de> for SlackAppId
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 SlackAppId
impl Display for SlackAppId
sourceimpl From<&String> for SlackAppId
impl From<&String> for SlackAppId
sourceimpl From<&str> for SlackAppId
impl From<&str> for SlackAppId
sourceimpl From<String> for SlackAppId
impl From<String> for SlackAppId
sourceimpl FromStr for SlackAppId
impl FromStr for SlackAppId
sourceimpl Hash for SlackAppId
impl Hash for SlackAppId
sourceimpl PartialEq<SlackAppId> for SlackAppId
impl PartialEq<SlackAppId> for SlackAppId
sourcefn eq(&self, other: &SlackAppId) -> bool
fn eq(&self, other: &SlackAppId) -> bool
sourceimpl Serialize for SlackAppId
impl Serialize for SlackAppId
sourceimpl ValueStruct for SlackAppId
impl ValueStruct for SlackAppId
impl Eq for SlackAppId
impl StructuralEq for SlackAppId
impl StructuralPartialEq for SlackAppId
Auto Trait Implementations
impl RefUnwindSafe for SlackAppId
impl Send for SlackAppId
impl Sync for SlackAppId
impl Unpin for SlackAppId
impl UnwindSafe for SlackAppId
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