Struct slack_morphism_models::events::SlackLinkObjectInit
source · [−]Fields
domain: Stringurl: UrlTrait Implementations
sourceimpl From<SlackLinkObjectInit> for SlackLinkObject
impl From<SlackLinkObjectInit> for SlackLinkObject
sourcefn from(value: SlackLinkObjectInit) -> Self
fn from(value: SlackLinkObjectInit) -> Self
Performs the conversion.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more