Struct sql_from_models_parser::ast::Values
source · pub struct Values(pub Vec<Vec<Expr>>);
Tuple Fields§
§0: Vec<Vec<Expr>>
Trait Implementations§
source§impl PartialEq for Values
impl PartialEq for Values
impl Eq for Values
impl StructuralPartialEq for Values
Auto Trait Implementations§
impl RefUnwindSafe for Values
impl Send for Values
impl Sync for Values
impl Unpin for Values
impl UnwindSafe for Values
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