pub enum TenantError {
MissingTenant,
WrongTenant,
}Variants§
Trait Implementations§
Source§impl Clone for TenantError
impl Clone for TenantError
Source§fn clone(&self) -> TenantError
fn clone(&self) -> TenantError
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 TenantError
impl Debug for TenantError
Source§impl PartialEq for TenantError
impl PartialEq for TenantError
Source§fn eq(&self, other: &TenantError) -> bool
fn eq(&self, other: &TenantError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TenantError
impl StructuralPartialEq for TenantError
Auto Trait Implementations§
impl Freeze for TenantError
impl RefUnwindSafe for TenantError
impl Send for TenantError
impl Sync for TenantError
impl Unpin for TenantError
impl UnsafeUnpin for TenantError
impl UnwindSafe for TenantError
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