pub struct CadPhysicalMaterialEvidence {
pub label_entry: String,
pub name: String,
pub description: Option<String>,
pub density: Option<String>,
pub density_name: Option<String>,
pub density_value_type: Option<String>,
}Fields§
§label_entry: String§name: String§description: Option<String>§density: Option<String>§density_name: Option<String>§density_value_type: Option<String>Trait Implementations§
Source§impl Clone for CadPhysicalMaterialEvidence
impl Clone for CadPhysicalMaterialEvidence
Source§fn clone(&self) -> CadPhysicalMaterialEvidence
fn clone(&self) -> CadPhysicalMaterialEvidence
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 CadPhysicalMaterialEvidence
impl Debug for CadPhysicalMaterialEvidence
Source§impl<'de> Deserialize<'de> for CadPhysicalMaterialEvidence
impl<'de> Deserialize<'de> for CadPhysicalMaterialEvidence
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 CadPhysicalMaterialEvidence
Source§impl PartialEq for CadPhysicalMaterialEvidence
impl PartialEq for CadPhysicalMaterialEvidence
Source§fn eq(&self, other: &CadPhysicalMaterialEvidence) -> bool
fn eq(&self, other: &CadPhysicalMaterialEvidence) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CadPhysicalMaterialEvidence
Auto Trait Implementations§
impl Freeze for CadPhysicalMaterialEvidence
impl RefUnwindSafe for CadPhysicalMaterialEvidence
impl Send for CadPhysicalMaterialEvidence
impl Sync for CadPhysicalMaterialEvidence
impl Unpin for CadPhysicalMaterialEvidence
impl UnsafeUnpin for CadPhysicalMaterialEvidence
impl UnwindSafe for CadPhysicalMaterialEvidence
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