pub struct SlackChannelCurrentStateInit {}Trait Implementations
sourceimpl From<SlackChannelCurrentStateInit> for SlackChannelCurrentState
impl From<SlackChannelCurrentStateInit> for SlackChannelCurrentState
sourcefn 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
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