pub struct VariableIndex(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for VariableIndex
impl Clone for VariableIndex
Source§fn clone(&self) -> VariableIndex
fn clone(&self) -> VariableIndex
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 VariableIndex
impl Debug for VariableIndex
Source§impl Display for VariableIndex
impl Display for VariableIndex
Source§impl Hash for VariableIndex
impl Hash for VariableIndex
Source§impl PartialEq for VariableIndex
impl PartialEq for VariableIndex
Source§impl PrettyPrint for VariableIndex
impl PrettyPrint for VariableIndex
impl Copy for VariableIndex
impl Eq for VariableIndex
impl StructuralPartialEq for VariableIndex
Auto Trait Implementations§
impl Freeze for VariableIndex
impl RefUnwindSafe for VariableIndex
impl Send for VariableIndex
impl Sync for VariableIndex
impl Unpin for VariableIndex
impl UnsafeUnpin for VariableIndex
impl UnwindSafe for VariableIndex
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