pub struct LoopLevelId(pub u32);Expand description
Loop level (nesting depth)
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for LoopLevelId
impl Clone for LoopLevelId
Source§fn clone(&self) -> LoopLevelId
fn clone(&self) -> LoopLevelId
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 LoopLevelId
impl Debug for LoopLevelId
Source§impl Display for LoopLevelId
impl Display for LoopLevelId
Source§impl Hash for LoopLevelId
impl Hash for LoopLevelId
Source§impl Ord for LoopLevelId
impl Ord for LoopLevelId
Source§fn cmp(&self, other: &LoopLevelId) -> Ordering
fn cmp(&self, other: &LoopLevelId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LoopLevelId
impl PartialEq for LoopLevelId
Source§impl PartialOrd for LoopLevelId
impl PartialOrd for LoopLevelId
impl Eq for LoopLevelId
impl StructuralPartialEq for LoopLevelId
Auto Trait Implementations§
impl Freeze for LoopLevelId
impl RefUnwindSafe for LoopLevelId
impl Send for LoopLevelId
impl Sync for LoopLevelId
impl Unpin for LoopLevelId
impl UnsafeUnpin for LoopLevelId
impl UnwindSafe for LoopLevelId
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