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