pub struct MeshingProvenance {
pub algorithm: String,
pub profile: MeshingProfile,
pub source_geometry_id: String,
pub source_geometry_revision: u32,
}Fields§
§algorithm: String§profile: MeshingProfile§source_geometry_id: String§source_geometry_revision: u32Trait Implementations§
Source§impl Clone for MeshingProvenance
impl Clone for MeshingProvenance
Source§fn clone(&self) -> MeshingProvenance
fn clone(&self) -> MeshingProvenance
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 MeshingProvenance
impl Debug for MeshingProvenance
Source§impl<'de> Deserialize<'de> for MeshingProvenance
impl<'de> Deserialize<'de> for MeshingProvenance
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 MeshingProvenance
Source§impl PartialEq for MeshingProvenance
impl PartialEq for MeshingProvenance
Source§fn eq(&self, other: &MeshingProvenance) -> bool
fn eq(&self, other: &MeshingProvenance) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MeshingProvenance
impl Serialize for MeshingProvenance
impl StructuralPartialEq for MeshingProvenance
Auto Trait Implementations§
impl Freeze for MeshingProvenance
impl RefUnwindSafe for MeshingProvenance
impl Send for MeshingProvenance
impl Sync for MeshingProvenance
impl Unpin for MeshingProvenance
impl UnsafeUnpin for MeshingProvenance
impl UnwindSafe for MeshingProvenance
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