pub struct SlackChannelRoute {
pub team: String,
pub channel: String,
}Expand description
Exact Slack workspace/channel route.
Fields§
§team: String§channel: StringTrait Implementations§
Source§impl Clone for SlackChannelRoute
impl Clone for SlackChannelRoute
Source§fn clone(&self) -> SlackChannelRoute
fn clone(&self) -> SlackChannelRoute
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 SlackChannelRoute
impl Debug for SlackChannelRoute
Source§impl<'de> Deserialize<'de> for SlackChannelRoute
impl<'de> Deserialize<'de> for SlackChannelRoute
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
impl Eq for SlackChannelRoute
Source§impl Hash for SlackChannelRoute
impl Hash for SlackChannelRoute
Source§impl PartialEq for SlackChannelRoute
impl PartialEq for SlackChannelRoute
Source§impl Serialize for SlackChannelRoute
impl Serialize for SlackChannelRoute
impl StructuralPartialEq for SlackChannelRoute
Auto Trait Implementations§
impl Freeze for SlackChannelRoute
impl RefUnwindSafe for SlackChannelRoute
impl Send for SlackChannelRoute
impl Sync for SlackChannelRoute
impl Unpin for SlackChannelRoute
impl UnsafeUnpin for SlackChannelRoute
impl UnwindSafe for SlackChannelRoute
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