Struct partiql_logical::Scan
source · pub struct Scan {
pub expr: ValueExpr,
pub as_key: String,
pub at_key: Option<String>,
}
Expand description
Scan
bridges from ValueExpr
s to BindingsOp
s.
Fields§
§expr: ValueExpr
§as_key: String
§at_key: Option<String>
Trait Implementations§
source§impl PartialEq<Scan> for Scan
impl PartialEq<Scan> for Scan
impl Eq for Scan
impl StructuralEq for Scan
impl StructuralPartialEq for Scan
Auto Trait Implementations§
impl RefUnwindSafe for Scan
impl Send for Scan
impl Sync for Scan
impl Unpin for Scan
impl UnwindSafe for Scan
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