pub struct DraughtingAnnotationOccurrenceId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for DraughtingAnnotationOccurrenceId
impl Clone for DraughtingAnnotationOccurrenceId
Source§fn clone(&self) -> DraughtingAnnotationOccurrenceId
fn clone(&self) -> DraughtingAnnotationOccurrenceId
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 DraughtingAnnotationOccurrenceId
impl Eq for DraughtingAnnotationOccurrenceId
Source§impl PartialEq for DraughtingAnnotationOccurrenceId
impl PartialEq for DraughtingAnnotationOccurrenceId
Source§fn eq(&self, other: &DraughtingAnnotationOccurrenceId) -> bool
fn eq(&self, other: &DraughtingAnnotationOccurrenceId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DraughtingAnnotationOccurrenceId
Auto Trait Implementations§
impl Freeze for DraughtingAnnotationOccurrenceId
impl RefUnwindSafe for DraughtingAnnotationOccurrenceId
impl Send for DraughtingAnnotationOccurrenceId
impl Sync for DraughtingAnnotationOccurrenceId
impl Unpin for DraughtingAnnotationOccurrenceId
impl UnsafeUnpin for DraughtingAnnotationOccurrenceId
impl UnwindSafe for DraughtingAnnotationOccurrenceId
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