Struct partiql_ast::ast::Remove
source · pub struct Remove {
pub target: Box<Expr>,
}
Fields§
§target: Box<Expr>
Trait Implementations§
source§impl PartialEq<Remove> for Remove
impl PartialEq<Remove> for Remove
impl StructuralPartialEq for Remove
Auto Trait Implementations§
impl RefUnwindSafe for Remove
impl Send for Remove
impl Sync for Remove
impl Unpin for Remove
impl UnwindSafe for Remove
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