pub struct InListSetEntry {
pub set: InListSet,
pub has_null: bool,
}Fields§
§set: InListSet§has_null: boolThe list carried a NULL literal: a non-matching needle yields NULL, not FALSE (SQL three-valued logic).
Trait Implementations§
Source§impl Clone for InListSetEntry
impl Clone for InListSetEntry
Source§fn clone(&self) -> InListSetEntry
fn clone(&self) -> InListSetEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InListSetEntry
impl RefUnwindSafe for InListSetEntry
impl Send for InListSetEntry
impl Sync for InListSetEntry
impl Unpin for InListSetEntry
impl UnsafeUnpin for InListSetEntry
impl UnwindSafe for InListSetEntry
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