pub struct SlackClientSystemErrorInit {}
Trait Implementations§
Source§impl From<SlackClientSystemErrorInit> for SlackClientSystemError
impl From<SlackClientSystemErrorInit> for SlackClientSystemError
Source§fn from(value: SlackClientSystemErrorInit) -> Self
fn from(value: SlackClientSystemErrorInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackClientSystemErrorInit
impl RefUnwindSafe for SlackClientSystemErrorInit
impl Send for SlackClientSystemErrorInit
impl Sync for SlackClientSystemErrorInit
impl Unpin for SlackClientSystemErrorInit
impl UnwindSafe for SlackClientSystemErrorInit
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