Struct rasn_compiler::intermediate::constraints::SetOperation
source · pub struct SetOperation {
pub base: SubtypeElement,
pub operator: SetOperator,
pub operant: Box<ElementOrSetOperation>,
}
Fields§
§base: SubtypeElement
§operator: SetOperator
§operant: Box<ElementOrSetOperation>
Trait Implementations§
source§impl Clone for SetOperation
impl Clone for SetOperation
source§fn clone(&self) -> SetOperation
fn clone(&self) -> SetOperation
Returns a copy 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 SetOperation
impl Debug for SetOperation
source§impl From<(SubtypeElement, SetOperator, ElementOrSetOperation)> for SetOperation
impl From<(SubtypeElement, SetOperator, ElementOrSetOperation)> for SetOperation
source§fn from(value: (SubtypeElement, SetOperator, ElementOrSetOperation)) -> Self
fn from(value: (SubtypeElement, SetOperator, ElementOrSetOperation)) -> Self
Converts to this type from the input type.
source§impl PartialEq for SetOperation
impl PartialEq for SetOperation
source§fn eq(&self, other: &SetOperation) -> bool
fn eq(&self, other: &SetOperation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SetOperation
Auto Trait Implementations§
impl RefUnwindSafe for SetOperation
impl Send for SetOperation
impl Sync for SetOperation
impl Unpin for SetOperation
impl UnwindSafe for SetOperation
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