pub struct GeometricSet {
pub name: String,
pub elements: Vec<GeometricSetSelectRef>,
}Fields§
§name: String§elements: Vec<GeometricSetSelectRef>Trait Implementations§
Source§impl Clone for GeometricSet
impl Clone for GeometricSet
Source§fn clone(&self) -> GeometricSet
fn clone(&self) -> GeometricSet
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 moreSource§impl Debug for GeometricSet
impl Debug for GeometricSet
Source§impl PartialEq for GeometricSet
impl PartialEq for GeometricSet
Source§fn eq(&self, other: &GeometricSet) -> bool
fn eq(&self, other: &GeometricSet) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeometricSet
Auto Trait Implementations§
impl Freeze for GeometricSet
impl RefUnwindSafe for GeometricSet
impl Send for GeometricSet
impl Sync for GeometricSet
impl Unpin for GeometricSet
impl UnsafeUnpin for GeometricSet
impl UnwindSafe for GeometricSet
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