Struct slack_morphism::prelude::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
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more