pub struct SlackChannelCurrentStateInit {}
Trait Implementations§
source§impl From<SlackChannelCurrentStateInit> for SlackChannelCurrentState
impl From<SlackChannelCurrentStateInit> for SlackChannelCurrentState
source§fn from(value: SlackChannelCurrentStateInit) -> Self
fn from(value: SlackChannelCurrentStateInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackChannelCurrentStateInit
impl Send for SlackChannelCurrentStateInit
impl Sync for SlackChannelCurrentStateInit
impl Unpin for SlackChannelCurrentStateInit
impl UnwindSafe for SlackChannelCurrentStateInit
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