pub struct SlackClientEndOfStreamError {}
Implementations§
Trait Implementations§
source§impl Clone for SlackClientEndOfStreamError
impl Clone for SlackClientEndOfStreamError
source§fn clone(&self) -> SlackClientEndOfStreamError
fn clone(&self) -> SlackClientEndOfStreamError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SlackClientEndOfStreamError
impl Debug for SlackClientEndOfStreamError
source§impl Error for SlackClientEndOfStreamError
impl Error for SlackClientEndOfStreamError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<SlackClientEndOfStreamErrorInit> for SlackClientEndOfStreamError
impl From<SlackClientEndOfStreamErrorInit> for SlackClientEndOfStreamError
source§fn from(value: SlackClientEndOfStreamErrorInit) -> Self
fn from(value: SlackClientEndOfStreamErrorInit) -> Self
Converts to this type from the input type.
source§impl PartialEq for SlackClientEndOfStreamError
impl PartialEq for SlackClientEndOfStreamError
source§fn eq(&self, other: &SlackClientEndOfStreamError) -> bool
fn eq(&self, other: &SlackClientEndOfStreamError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SlackClientEndOfStreamError
impl StructuralEq for SlackClientEndOfStreamError
impl StructuralPartialEq for SlackClientEndOfStreamError
Auto Trait Implementations§
impl RefUnwindSafe for SlackClientEndOfStreamError
impl Send for SlackClientEndOfStreamError
impl Sync for SlackClientEndOfStreamError
impl Unpin for SlackClientEndOfStreamError
impl UnwindSafe for SlackClientEndOfStreamError
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