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