Struct slack_morphism::prelude::events::SlackLinkObjectInit
source · pub struct SlackLinkObjectInit {
pub domain: String,
pub url: Url,
}
Fields§
§domain: String
§url: Url
Trait Implementations§
source§impl From<SlackLinkObjectInit> for SlackLinkObject
impl From<SlackLinkObjectInit> for SlackLinkObject
source§fn from(value: SlackLinkObjectInit) -> Self
fn from(value: SlackLinkObjectInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackLinkObjectInit
impl Send for SlackLinkObjectInit
impl Sync for SlackLinkObjectInit
impl Unpin for SlackLinkObjectInit
impl UnwindSafe for SlackLinkObjectInit
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