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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more