pub struct SlackMessageContentInit {}Trait Implementations
sourceimpl From<SlackMessageContentInit> for SlackMessageContent
impl From<SlackMessageContentInit> for SlackMessageContent
sourcefn from(value: SlackMessageContentInit) -> Self
fn from(value: SlackMessageContentInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackMessageContentInit
impl Send for SlackMessageContentInit
impl Sync for SlackMessageContentInit
impl Unpin for SlackMessageContentInit
impl UnwindSafe for SlackMessageContentInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more