pub enum PoolErrorCode {
Failed,
}Variants§
Failed
Trait Implementations§
Source§impl Clone for PoolErrorCode
impl Clone for PoolErrorCode
Source§fn clone(&self) -> PoolErrorCode
fn clone(&self) -> PoolErrorCode
Returns a duplicate 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 PoolErrorCode
impl Debug for PoolErrorCode
Source§impl Default for PoolErrorCode
impl Default for PoolErrorCode
Source§fn default() -> PoolErrorCode
fn default() -> PoolErrorCode
Returns the “default value” for a type. Read more
Source§impl PartialEq for PoolErrorCode
impl PartialEq for PoolErrorCode
impl Copy for PoolErrorCode
impl Eq for PoolErrorCode
impl StructuralPartialEq for PoolErrorCode
Auto Trait Implementations§
impl Freeze for PoolErrorCode
impl RefUnwindSafe for PoolErrorCode
impl Send for PoolErrorCode
impl Sync for PoolErrorCode
impl Unpin for PoolErrorCode
impl UnwindSafe for PoolErrorCode
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