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