pub struct NullsBuilder {
pub array: Vec<BTreeSet<NullState>>,
/* private fields */
}Fields§
§array: Vec<BTreeSet<NullState>>Implementations§
Source§impl NullsBuilder
impl NullsBuilder
Source§impl NullsBuilder
impl NullsBuilder
pub fn or_id(&mut self, set1: NullsId, set2: NullsId) -> NullsId
pub fn and_id(&mut self, set1: NullsId, set2: NullsId) -> NullsId
pub fn and_mask(&mut self, set1: NullsId, mask: Nullability) -> NullsId
pub fn not_id(&mut self, set_id: NullsId) -> NullsId
pub fn add_rel(&mut self, set_id: NullsId, rel: u32) -> NullsId
Auto Trait Implementations§
impl Freeze for NullsBuilder
impl RefUnwindSafe for NullsBuilder
impl Send for NullsBuilder
impl Sync for NullsBuilder
impl Unpin for NullsBuilder
impl UnsafeUnpin for NullsBuilder
impl UnwindSafe for NullsBuilder
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