pub struct BoolOrOperator;
Expand description
Boolean OR operator
Trait Implementations§
Source§impl Clone for BoolOrOperator
impl Clone for BoolOrOperator
Source§fn clone(&self) -> BoolOrOperator
fn clone(&self) -> BoolOrOperator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BoolOrOperator
impl Debug for BoolOrOperator
Source§impl MergeOperator<bool> for BoolOrOperator
impl MergeOperator<bool> for BoolOrOperator
Source§impl PartialEq for BoolOrOperator
impl PartialEq for BoolOrOperator
impl Copy for BoolOrOperator
impl Eq for BoolOrOperator
impl StructuralPartialEq for BoolOrOperator
Auto Trait Implementations§
impl Freeze for BoolOrOperator
impl RefUnwindSafe for BoolOrOperator
impl Send for BoolOrOperator
impl Sync for BoolOrOperator
impl Unpin for BoolOrOperator
impl UnwindSafe for BoolOrOperator
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