Enum assembly_fdb::query::PKFilterError
source · pub enum PKFilterError {
UnsupportedType(ValueType),
KeyError(ParseIntError),
}
Expand description
Errors when creating filters at runtime
Variants§
Trait Implementations§
source§impl Debug for PKFilterError
impl Debug for PKFilterError
source§impl Display for PKFilterError
impl Display for PKFilterError
source§impl Error for PKFilterError
impl Error for PKFilterError
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 From<ParseIntError> for PKFilterError
impl From<ParseIntError> for PKFilterError
source§fn from(source: ParseIntError) -> Self
fn from(source: ParseIntError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PKFilterError
impl RefUnwindSafe for PKFilterError
impl Send for PKFilterError
impl Sync for PKFilterError
impl Unpin for PKFilterError
impl UnwindSafe for PKFilterError
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