pub enum LogicalOperatorKind {
Or,
And,
Not,
}Expand description
논리 연산자 종류
Variants§
Trait Implementations§
Source§impl Clone for LogicalOperatorKind
impl Clone for LogicalOperatorKind
Source§fn clone(&self) -> LogicalOperatorKind
fn clone(&self) -> LogicalOperatorKind
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 LogicalOperatorKind
impl Debug for LogicalOperatorKind
Source§impl PartialEq for LogicalOperatorKind
impl PartialEq for LogicalOperatorKind
Source§impl Serialize for LogicalOperatorKind
impl Serialize for LogicalOperatorKind
impl StructuralPartialEq for LogicalOperatorKind
Auto Trait Implementations§
impl Freeze for LogicalOperatorKind
impl RefUnwindSafe for LogicalOperatorKind
impl Send for LogicalOperatorKind
impl Sync for LogicalOperatorKind
impl Unpin for LogicalOperatorKind
impl UnwindSafe for LogicalOperatorKind
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