pub enum CadSemanticKind {
Assembly,
Component,
Reference,
Body,
Compound,
Face,
Subshape,
Layer,
Color,
Material,
Shape,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for CadSemanticKind
impl Clone for CadSemanticKind
Source§fn clone(&self) -> CadSemanticKind
fn clone(&self) -> CadSemanticKind
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 moreimpl Copy for CadSemanticKind
Source§impl Debug for CadSemanticKind
impl Debug for CadSemanticKind
Source§impl<'de> Deserialize<'de> for CadSemanticKind
impl<'de> Deserialize<'de> for CadSemanticKind
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 CadSemanticKind
Source§impl PartialEq for CadSemanticKind
impl PartialEq for CadSemanticKind
Source§fn eq(&self, other: &CadSemanticKind) -> bool
fn eq(&self, other: &CadSemanticKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CadSemanticKind
impl Serialize for CadSemanticKind
impl StructuralPartialEq for CadSemanticKind
Auto Trait Implementations§
impl Freeze for CadSemanticKind
impl RefUnwindSafe for CadSemanticKind
impl Send for CadSemanticKind
impl Sync for CadSemanticKind
impl Unpin for CadSemanticKind
impl UnsafeUnpin for CadSemanticKind
impl UnwindSafe for CadSemanticKind
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