pub enum OtxPoolError {
OtxAlreadyExists,
}Variants§
OtxAlreadyExists
Trait Implementations§
Source§impl Clone for OtxPoolError
impl Clone for OtxPoolError
Source§fn clone(&self) -> OtxPoolError
fn clone(&self) -> OtxPoolError
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 OtxPoolError
impl Debug for OtxPoolError
Source§impl<'de> Deserialize<'de> for OtxPoolError
impl<'de> Deserialize<'de> for OtxPoolError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for OtxPoolError
impl Display for OtxPoolError
Source§impl Hash for OtxPoolError
impl Hash for OtxPoolError
Source§impl OtxError for OtxPoolError
impl OtxError for OtxPoolError
Source§impl PartialEq for OtxPoolError
impl PartialEq for OtxPoolError
Source§impl Serialize for OtxPoolError
impl Serialize for OtxPoolError
impl Eq for OtxPoolError
impl StructuralPartialEq for OtxPoolError
Auto Trait Implementations§
impl Freeze for OtxPoolError
impl RefUnwindSafe for OtxPoolError
impl Send for OtxPoolError
impl Sync for OtxPoolError
impl Unpin for OtxPoolError
impl UnwindSafe for OtxPoolError
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
Source§impl<T> CallHasher for T
impl<T> CallHasher for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.