pub struct RuleIndex(/* private fields */);Trait Implementations§
Source§impl Ord for RuleIndex
impl Ord for RuleIndex
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 RuleIndex
impl PartialOrd for RuleIndex
impl Copy for RuleIndex
impl Eq for RuleIndex
impl StructuralPartialEq for RuleIndex
Auto Trait Implementations§
impl Freeze for RuleIndex
impl RefUnwindSafe for RuleIndex
impl Send for RuleIndex
impl Sync for RuleIndex
impl Unpin for RuleIndex
impl UnsafeUnpin for RuleIndex
impl UnwindSafe for RuleIndex
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