Struct slack_morphism::prelude::SlackResponseMetadataInit
source · pub struct SlackResponseMetadataInit {}
Trait Implementations§
source§impl From<SlackResponseMetadataInit> for SlackResponseMetadata
impl From<SlackResponseMetadataInit> for SlackResponseMetadata
source§fn from(value: SlackResponseMetadataInit) -> Self
fn from(value: SlackResponseMetadataInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackResponseMetadataInit
impl Send for SlackResponseMetadataInit
impl Sync for SlackResponseMetadataInit
impl Unpin for SlackResponseMetadataInit
impl UnwindSafe for SlackResponseMetadataInit
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