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