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§impl Serialize for SlackChannelType
impl Serialize for SlackChannelType
Source§impl ValueStruct for SlackChannelType
impl ValueStruct for SlackChannelType
impl Eq for SlackChannelType
impl StructuralPartialEq for SlackChannelType
Auto Trait Implementations§
impl Freeze for SlackChannelType
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
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
)