Struct partiql_logical::OpId
source · pub struct OpId(/* private fields */);
Expand description
Represents an operator identifier in a LogicalPlan
Implementations§
Trait Implementations§
source§impl PartialEq<OpId> for OpId
impl PartialEq<OpId> for OpId
impl Copy for OpId
impl Eq for OpId
impl StructuralEq for OpId
impl StructuralPartialEq for OpId
Auto Trait Implementations§
impl RefUnwindSafe for OpId
impl Send for OpId
impl Sync for OpId
impl Unpin for OpId
impl UnwindSafe for OpId
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