pub enum ResourceQueryError {
InvalidPolicy,
InvalidEncoding,
UnsupportedParameter,
DuplicateParameter,
InvalidLimit,
InvalidCursor,
InvalidSort,
InvalidFilter,
}Variants§
InvalidPolicy
InvalidEncoding
UnsupportedParameter
DuplicateParameter
InvalidLimit
InvalidCursor
InvalidSort
InvalidFilter
Trait Implementations§
Source§impl Clone for ResourceQueryError
impl Clone for ResourceQueryError
Source§fn clone(&self) -> ResourceQueryError
fn clone(&self) -> ResourceQueryError
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 ResourceQueryError
impl Debug for ResourceQueryError
Source§impl Display for ResourceQueryError
impl Display for ResourceQueryError
impl Eq for ResourceQueryError
Source§impl Error for ResourceQueryError
impl Error for ResourceQueryError
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()
Source§impl PartialEq for ResourceQueryError
impl PartialEq for ResourceQueryError
impl StructuralPartialEq for ResourceQueryError
Auto Trait Implementations§
impl Freeze for ResourceQueryError
impl RefUnwindSafe for ResourceQueryError
impl Send for ResourceQueryError
impl Sync for ResourceQueryError
impl Unpin for ResourceQueryError
impl UnsafeUnpin for ResourceQueryError
impl UnwindSafe for ResourceQueryError
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