pub struct SourceGeometry {
pub kind: SourceGeometryKind,
pub assembly: Option<AssemblyNode>,
pub material_evidence: Vec<MaterialEvidence>,
}Fields§
§kind: SourceGeometryKind§assembly: Option<AssemblyNode>§material_evidence: Vec<MaterialEvidence>Trait Implementations§
Source§impl Clone for SourceGeometry
impl Clone for SourceGeometry
Source§fn clone(&self) -> SourceGeometry
fn clone(&self) -> SourceGeometry
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 SourceGeometry
impl Debug for SourceGeometry
Source§impl<'de> Deserialize<'de> for SourceGeometry
impl<'de> Deserialize<'de> for SourceGeometry
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 SourceGeometry
Source§impl PartialEq for SourceGeometry
impl PartialEq for SourceGeometry
Source§fn eq(&self, other: &SourceGeometry) -> bool
fn eq(&self, other: &SourceGeometry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SourceGeometry
impl Serialize for SourceGeometry
impl StructuralPartialEq for SourceGeometry
Auto Trait Implementations§
impl Freeze for SourceGeometry
impl RefUnwindSafe for SourceGeometry
impl Send for SourceGeometry
impl Sync for SourceGeometry
impl Unpin for SourceGeometry
impl UnsafeUnpin for SourceGeometry
impl UnwindSafe for SourceGeometry
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