Struct slack_morphism::prelude::blocks::SlackDividerBlockInit
source · 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
Converts to this type from the input type.
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 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