pub struct CaptureId(pub u32);Expand description
Stable identifier for a tagged capture.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for CaptureId
impl Eq for CaptureId
Source§impl Ord for CaptureId
impl Ord for CaptureId
1.21.0 (const: unstable) · 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 PartialOrd for CaptureId
impl PartialOrd for CaptureId
impl StructuralPartialEq for CaptureId
Auto Trait Implementations§
impl Freeze for CaptureId
impl RefUnwindSafe for CaptureId
impl Send for CaptureId
impl Sync for CaptureId
impl Unpin for CaptureId
impl UnsafeUnpin for CaptureId
impl UnwindSafe for CaptureId
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