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