pub struct SlackRichTextChannelInit {
pub channel_id: SlackChannelId,
}Fields§
§channel_id: SlackChannelIdTrait Implementations§
Source§impl From<SlackRichTextChannelInit> for SlackRichTextChannel
impl From<SlackRichTextChannelInit> for SlackRichTextChannel
Source§fn from(value: SlackRichTextChannelInit) -> Self
fn from(value: SlackRichTextChannelInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackRichTextChannelInit
impl RefUnwindSafe for SlackRichTextChannelInit
impl Send for SlackRichTextChannelInit
impl Sync for SlackRichTextChannelInit
impl Unpin for SlackRichTextChannelInit
impl UnsafeUnpin for SlackRichTextChannelInit
impl UnwindSafe for SlackRichTextChannelInit
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