pub enum SlackConversationType {
Im,
Mpim,
Private,
Public,
}Variants
Im
Mpim
Private
Public
Trait Implementations
sourceimpl Clone for SlackConversationType
impl Clone for SlackConversationType
sourcefn clone(&self) -> SlackConversationType
fn clone(&self) -> SlackConversationType
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 SlackConversationType
impl Debug for SlackConversationType
sourceimpl<'de> Deserialize<'de> for SlackConversationType
impl<'de> Deserialize<'de> for SlackConversationType
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 PartialEq<SlackConversationType> for SlackConversationType
impl PartialEq<SlackConversationType> for SlackConversationType
sourcefn eq(&self, other: &SlackConversationType) -> bool
fn eq(&self, other: &SlackConversationType) -> bool
sourceimpl Serialize for SlackConversationType
impl Serialize for SlackConversationType
sourceimpl ToString for SlackConversationType
impl ToString for SlackConversationType
impl StructuralPartialEq for SlackConversationType
Auto Trait Implementations
impl RefUnwindSafe for SlackConversationType
impl Send for SlackConversationType
impl Sync for SlackConversationType
impl Unpin for SlackConversationType
impl UnwindSafe for SlackConversationType
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