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