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 Freeze for SlackResponseMetadataInit
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