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