Struct slack_morphism::prelude::blocks::SlackDividerBlockInit
source · pub struct SlackDividerBlockInit {}
Trait Implementations§
source§impl From<SlackDividerBlockInit> for SlackDividerBlock
impl From<SlackDividerBlockInit> for SlackDividerBlock
source§fn 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§
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