pub enum SetOperationBranchRole {
Value,
Filter,
}Expand description
Semantic contribution of one set-operation branch.
Variants§
Trait Implementations§
Source§impl Clone for SetOperationBranchRole
impl Clone for SetOperationBranchRole
Source§fn clone(&self) -> SetOperationBranchRole
fn clone(&self) -> SetOperationBranchRole
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 SetOperationBranchRole
Source§impl Debug for SetOperationBranchRole
impl Debug for SetOperationBranchRole
Source§impl<'de> Deserialize<'de> for SetOperationBranchRole
impl<'de> Deserialize<'de> for SetOperationBranchRole
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 SetOperationBranchRole
Source§impl PartialEq for SetOperationBranchRole
impl PartialEq for SetOperationBranchRole
Source§impl Serialize for SetOperationBranchRole
impl Serialize for SetOperationBranchRole
impl StructuralPartialEq for SetOperationBranchRole
Auto Trait Implementations§
impl Freeze for SetOperationBranchRole
impl RefUnwindSafe for SetOperationBranchRole
impl Send for SetOperationBranchRole
impl Sync for SetOperationBranchRole
impl Unpin for SetOperationBranchRole
impl UnsafeUnpin for SetOperationBranchRole
impl UnwindSafe for SetOperationBranchRole
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