pub struct SlackBasicChannelInfoInit {
pub id: SlackChannelId,
}Fields
id: SlackChannelIdTrait Implementations
sourceimpl From<SlackBasicChannelInfoInit> for SlackBasicChannelInfo
impl From<SlackBasicChannelInfoInit> for SlackBasicChannelInfo
sourcefn from(value: SlackBasicChannelInfoInit) -> Self
fn from(value: SlackBasicChannelInfoInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackBasicChannelInfoInit
impl Send for SlackBasicChannelInfoInit
impl Sync for SlackBasicChannelInfoInit
impl Unpin for SlackBasicChannelInfoInit
impl UnwindSafe for SlackBasicChannelInfoInit
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