pub struct SlackVideoBlockInit {
pub alt_text: String,
pub title: SlackBlockPlainTextOnly,
pub thumbnail_url: Url,
pub video_url: Url,
}
Fields§
§alt_text: String
§title: SlackBlockPlainTextOnly
§thumbnail_url: Url
§video_url: Url
Trait Implementations§
Source§impl From<SlackVideoBlockInit> for SlackVideoBlock
impl From<SlackVideoBlockInit> for SlackVideoBlock
Source§fn from(value: SlackVideoBlockInit) -> Self
fn from(value: SlackVideoBlockInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackVideoBlockInit
impl RefUnwindSafe for SlackVideoBlockInit
impl Send for SlackVideoBlockInit
impl Sync for SlackVideoBlockInit
impl Unpin for SlackVideoBlockInit
impl UnwindSafe for SlackVideoBlockInit
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