pub enum SlackStarsItem {
Message(SlackStarsItemMessage),
File(SlackStarsItemFile),
FileComment(SlackStarsItemFileComment),
Channel(SlackStarsItemChannel),
Im(SlackStarsItemIm),
Group(SlackStarsItemGroup),
}
Variants§
Message(SlackStarsItemMessage)
File(SlackStarsItemFile)
FileComment(SlackStarsItemFileComment)
Channel(SlackStarsItemChannel)
Im(SlackStarsItemIm)
Group(SlackStarsItemGroup)
Trait Implementations§
Source§impl Clone for SlackStarsItem
impl Clone for SlackStarsItem
Source§fn clone(&self) -> SlackStarsItem
fn clone(&self) -> SlackStarsItem
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 SlackStarsItem
impl Debug for SlackStarsItem
Source§impl<'de> Deserialize<'de> for SlackStarsItem
impl<'de> Deserialize<'de> for SlackStarsItem
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 PartialEq for SlackStarsItem
impl PartialEq for SlackStarsItem
Source§impl Serialize for SlackStarsItem
impl Serialize for SlackStarsItem
impl StructuralPartialEq for SlackStarsItem
Auto Trait Implementations§
impl Freeze for SlackStarsItem
impl RefUnwindSafe for SlackStarsItem
impl Send for SlackStarsItem
impl Sync for SlackStarsItem
impl Unpin for SlackStarsItem
impl UnwindSafe for SlackStarsItem
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
)