pub struct TenantNotSetError;Expand description
Error returned when tenant context is required but not set.
Trait Implementations§
Source§impl Clone for TenantNotSetError
impl Clone for TenantNotSetError
Source§fn clone(&self) -> TenantNotSetError
fn clone(&self) -> TenantNotSetError
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 TenantNotSetError
impl Debug for TenantNotSetError
Source§impl Display for TenantNotSetError
impl Display for TenantNotSetError
Source§impl Error for TenantNotSetError
impl Error for TenantNotSetError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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()
impl Copy for TenantNotSetError
Auto Trait Implementations§
impl Freeze for TenantNotSetError
impl RefUnwindSafe for TenantNotSetError
impl Send for TenantNotSetError
impl Sync for TenantNotSetError
impl Unpin for TenantNotSetError
impl UnwindSafe for TenantNotSetError
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<E> IntoQueryError for E
impl<E> IntoQueryError for E
Source§fn into_query_error(self) -> QueryError
fn into_query_error(self) -> QueryError
Convert to a QueryError.