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
impl StructuralPartialEq for SetOperation
Auto Trait Implementations§
impl Freeze for SetOperation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)