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