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