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