pub struct LogicalAnd { /* private fields */ }
Expand description
Builder for the LogicalAnd
operation.
Implementations§
Source§impl LogicalAnd
impl LogicalAnd
Trait Implementations§
Source§impl Debug for LogicalAnd
impl Debug for LogicalAnd
Source§impl Default for LogicalAnd
impl Default for LogicalAnd
Source§fn default() -> LogicalAnd
fn default() -> LogicalAnd
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LogicalAnd
impl RefUnwindSafe for LogicalAnd
impl Send for LogicalAnd
impl Sync for LogicalAnd
impl Unpin for LogicalAnd
impl UnwindSafe for LogicalAnd
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