pub enum BooleanListOperator {
And,
Or,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BooleanListOperator
impl Clone for BooleanListOperator
Source§fn clone(&self) -> BooleanListOperator
fn clone(&self) -> BooleanListOperator
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 BooleanListOperator
impl Debug for BooleanListOperator
Source§impl PartialEq for BooleanListOperator
impl PartialEq for BooleanListOperator
impl Copy for BooleanListOperator
impl Eq for BooleanListOperator
impl StructuralPartialEq for BooleanListOperator
Auto Trait Implementations§
impl Freeze for BooleanListOperator
impl RefUnwindSafe for BooleanListOperator
impl Send for BooleanListOperator
impl Sync for BooleanListOperator
impl Unpin for BooleanListOperator
impl UnsafeUnpin for BooleanListOperator
impl UnwindSafe for BooleanListOperator
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> PathsInErrorsExt for Twhere
T: ?Sized,
impl<T> PathsInErrorsExt for Twhere
T: ?Sized,
Source§fn with_paths_in_errors(&self) -> SysWithPathsInErrors<'_, Self>
fn with_paths_in_errors(&self) -> SysWithPathsInErrors<'_, Self>
Wraps
self in a SysWithPathsInErrors that includes paths in error messages.