pub struct SlackCardBlockInit {}Trait Implementations§
Source§impl From<SlackCardBlockInit> for SlackCardBlock
impl From<SlackCardBlockInit> for SlackCardBlock
Source§fn from(value: SlackCardBlockInit) -> Self
fn from(value: SlackCardBlockInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackCardBlockInit
impl RefUnwindSafe for SlackCardBlockInit
impl Send for SlackCardBlockInit
impl Sync for SlackCardBlockInit
impl Unpin for SlackCardBlockInit
impl UnsafeUnpin for SlackCardBlockInit
impl UnwindSafe for SlackCardBlockInit
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