pub struct InstanceIdx(pub usize);
Expand description
Index of an instance in a Suite
.
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for InstanceIdx
impl Clone for InstanceIdx
Source§fn clone(&self) -> InstanceIdx
fn clone(&self) -> InstanceIdx
Returns a duplicate of the value. Read more
1.0.0 · 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 InstanceIdx
impl Debug for InstanceIdx
Source§impl PartialEq for InstanceIdx
impl PartialEq for InstanceIdx
impl Copy for InstanceIdx
impl Eq for InstanceIdx
impl StructuralPartialEq for InstanceIdx
Auto Trait Implementations§
impl Freeze for InstanceIdx
impl RefUnwindSafe for InstanceIdx
impl Send for InstanceIdx
impl Sync for InstanceIdx
impl Unpin for InstanceIdx
impl UnwindSafe for InstanceIdx
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