Struct slack_morphism::blocks::SlackSectionBlockInit
source · [−]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
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
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