pub enum SlackTaskCardSource {
Url(SlackUrlSourceElement),
}Variants§
Trait Implementations§
Source§impl Clone for SlackTaskCardSource
impl Clone for SlackTaskCardSource
Source§fn clone(&self) -> SlackTaskCardSource
fn clone(&self) -> SlackTaskCardSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SlackTaskCardSource
impl Debug for SlackTaskCardSource
Source§impl<'de> Deserialize<'de> for SlackTaskCardSource
impl<'de> Deserialize<'de> for SlackTaskCardSource
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 From<SlackUrlSourceElement> for SlackTaskCardSource
impl From<SlackUrlSourceElement> for SlackTaskCardSource
Source§fn from(element: SlackUrlSourceElement) -> Self
fn from(element: SlackUrlSourceElement) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SlackTaskCardSource
impl PartialEq for SlackTaskCardSource
Source§fn eq(&self, other: &SlackTaskCardSource) -> bool
fn eq(&self, other: &SlackTaskCardSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SlackTaskCardSource
impl Serialize for SlackTaskCardSource
impl StructuralPartialEq for SlackTaskCardSource
Auto Trait Implementations§
impl Freeze for SlackTaskCardSource
impl RefUnwindSafe for SlackTaskCardSource
impl Send for SlackTaskCardSource
impl Sync for SlackTaskCardSource
impl Unpin for SlackTaskCardSource
impl UnsafeUnpin for SlackTaskCardSource
impl UnwindSafe for SlackTaskCardSource
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