pub enum ServerPoolErrorKind {
Send,
}Variants§
Send
Failed to send command to the connection handler.
Trait Implementations§
Source§impl Clone for ServerPoolErrorKind
impl Clone for ServerPoolErrorKind
Source§fn clone(&self) -> ServerPoolErrorKind
fn clone(&self) -> ServerPoolErrorKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ServerPoolErrorKind
impl Debug for ServerPoolErrorKind
Source§impl Display for ServerPoolErrorKind
impl Display for ServerPoolErrorKind
Source§impl PartialEq for ServerPoolErrorKind
impl PartialEq for ServerPoolErrorKind
Source§fn eq(&self, other: &ServerPoolErrorKind) -> bool
fn eq(&self, other: &ServerPoolErrorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ServerPoolErrorKind
impl StructuralPartialEq for ServerPoolErrorKind
Auto Trait Implementations§
impl Freeze for ServerPoolErrorKind
impl RefUnwindSafe for ServerPoolErrorKind
impl Send for ServerPoolErrorKind
impl Sync for ServerPoolErrorKind
impl Unpin for ServerPoolErrorKind
impl UnsafeUnpin for ServerPoolErrorKind
impl UnwindSafe for ServerPoolErrorKind
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