pub enum ListOperator {
And,
Or,
}Variants§
Trait Implementations§
Source§impl Clone for ListOperator
impl Clone for ListOperator
Source§fn clone(&self) -> ListOperator
fn clone(&self) -> ListOperator
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 moreimpl Copy for ListOperator
Source§impl Debug for ListOperator
impl Debug for ListOperator
Source§impl<'de> Deserialize<'de> for ListOperator
impl<'de> Deserialize<'de> for ListOperator
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ListOperator
Source§impl PartialEq for ListOperator
impl PartialEq for ListOperator
Source§impl Serialize for ListOperator
impl Serialize for ListOperator
impl StructuralPartialEq for ListOperator
Auto Trait Implementations§
impl Freeze for ListOperator
impl RefUnwindSafe for ListOperator
impl Send for ListOperator
impl Sync for ListOperator
impl Unpin for ListOperator
impl UnsafeUnpin for ListOperator
impl UnwindSafe for ListOperator
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