Struct partiql_ast_passes::error::AstTransformationError
source · pub struct AstTransformationError {
pub errors: Vec<AstTransformError>,
}
Expand description
Contains the errors that occur during AST transformations
Fields§
§errors: Vec<AstTransformError>
Trait Implementations§
source§impl Clone for AstTransformationError
impl Clone for AstTransformationError
source§fn clone(&self) -> AstTransformationError
fn clone(&self) -> AstTransformationError
Returns a copy 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 AstTransformationError
impl Debug for AstTransformationError
source§impl Hash for AstTransformationError
impl Hash for AstTransformationError
source§impl PartialEq<AstTransformationError> for AstTransformationError
impl PartialEq<AstTransformationError> for AstTransformationError
source§fn eq(&self, other: &AstTransformationError) -> bool
fn eq(&self, other: &AstTransformationError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AstTransformationError
impl StructuralEq for AstTransformationError
impl StructuralPartialEq for AstTransformationError
Auto Trait Implementations§
impl RefUnwindSafe for AstTransformationError
impl Send for AstTransformationError
impl Sync for AstTransformationError
impl Unpin for AstTransformationError
impl UnwindSafe for AstTransformationError
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.