pub struct CadRegionOwnership {
pub face_id: Option<u64>,
pub curve_id: Option<u64>,
pub label: Option<CadLabelRef>,
pub owner_path: Vec<CadLabelRef>,
pub layers: Vec<String>,
pub color: Option<CadColorEvidence>,
pub material: Option<CadPhysicalMaterialEvidence>,
}Fields§
§face_id: Option<u64>§curve_id: Option<u64>§label: Option<CadLabelRef>§owner_path: Vec<CadLabelRef>§layers: Vec<String>§color: Option<CadColorEvidence>§material: Option<CadPhysicalMaterialEvidence>Implementations§
Source§impl CadRegionOwnership
impl CadRegionOwnership
pub fn has_material_role(&self) -> bool
Trait Implementations§
Source§impl Clone for CadRegionOwnership
impl Clone for CadRegionOwnership
Source§fn clone(&self) -> CadRegionOwnership
fn clone(&self) -> CadRegionOwnership
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 CadRegionOwnership
impl Debug for CadRegionOwnership
Source§impl<'de> Deserialize<'de> for CadRegionOwnership
impl<'de> Deserialize<'de> for CadRegionOwnership
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 CadRegionOwnership
Source§impl PartialEq for CadRegionOwnership
impl PartialEq for CadRegionOwnership
Source§impl Serialize for CadRegionOwnership
impl Serialize for CadRegionOwnership
impl StructuralPartialEq for CadRegionOwnership
Auto Trait Implementations§
impl Freeze for CadRegionOwnership
impl RefUnwindSafe for CadRegionOwnership
impl Send for CadRegionOwnership
impl Sync for CadRegionOwnership
impl Unpin for CadRegionOwnership
impl UnsafeUnpin for CadRegionOwnership
impl UnwindSafe for CadRegionOwnership
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