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