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