Struct slack_morphism::errors::SlackClientApiErrorInit
source · [−]pub struct SlackClientApiErrorInit {
pub code: String,
}Fields
code: StringTrait Implementations
sourceimpl From<SlackClientApiErrorInit> for SlackClientApiError
impl From<SlackClientApiErrorInit> for SlackClientApiError
sourcefn from(value: SlackClientApiErrorInit) -> Self
fn from(value: SlackClientApiErrorInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackClientApiErrorInit
impl Send for SlackClientApiErrorInit
impl Sync for SlackClientApiErrorInit
impl Unpin for SlackClientApiErrorInit
impl UnwindSafe for SlackClientApiErrorInit
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