pub struct SlackSectionBlockInit {}Trait Implementations
sourceimpl From<SlackSectionBlockInit> for SlackSectionBlock
impl From<SlackSectionBlockInit> for SlackSectionBlock
sourcefn from(value: SlackSectionBlockInit) -> Self
fn from(value: SlackSectionBlockInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackSectionBlockInit
impl Send for SlackSectionBlockInit
impl Sync for SlackSectionBlockInit
impl Unpin for SlackSectionBlockInit
impl UnwindSafe for SlackSectionBlockInit
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