elipdotter::query

Struct BinaryPart

source
pub struct BinaryPart {
    pub left: Part,
    pub right: Part,
}
Expand description

Eq implementation doesn’t care of which is left and right.

Fields§

§left: Part§right: Part

Implementations§

source§

impl BinaryPart

source

pub fn new(left: Part, right: Part) -> Self

source

pub fn into_box(self) -> Box<Self>

source

pub fn swap(&mut self)

Swaps Self::left and Self::right.

This does not affect