Struct slack_morphism::prelude::SlackSectionBlockInit
source · pub struct SlackSectionBlockInit {}
Trait Implementations§
source§impl From<SlackSectionBlockInit> for SlackSectionBlock
impl From<SlackSectionBlockInit> for SlackSectionBlock
source§fn from(value: SlackSectionBlockInit) -> Self
fn from(value: SlackSectionBlockInit) -> Self
Converts to this type from the input type.
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§
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