Enum gluesql_core::executor::AggregateError
source · [−]pub enum AggregateError {
OnlyIdentifierAllowed,
ValueNotFound(String),
UnreachableRcUnwrapFailure,
}Variants
OnlyIdentifierAllowed
ValueNotFound(String)
UnreachableRcUnwrapFailure
Trait Implementations
sourceimpl Debug for AggregateError
impl Debug for AggregateError
sourceimpl Display for AggregateError
impl Display for AggregateError
sourceimpl Error for AggregateError
impl Error for AggregateError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl From<AggregateError> for Error
impl From<AggregateError> for Error
sourcefn from(source: AggregateError) -> Self
fn from(source: AggregateError) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<AggregateError> for AggregateError
impl PartialEq<AggregateError> for AggregateError
sourcefn eq(&self, other: &AggregateError) -> bool
fn eq(&self, other: &AggregateError) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for AggregateError
impl Serialize for AggregateError
impl StructuralPartialEq for AggregateError
Auto Trait Implementations
impl RefUnwindSafe for AggregateError
impl Send for AggregateError
impl Sync for AggregateError
impl Unpin for AggregateError
impl UnwindSafe for AggregateError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more