pub struct PracticeRuleId(/* private fields */);Expand description
Stable identity for one inspectable practice rule.
Implementations§
Trait Implementations§
Source§impl Clone for PracticeRuleId
impl Clone for PracticeRuleId
Source§fn clone(&self) -> PracticeRuleId
fn clone(&self) -> PracticeRuleId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PracticeRuleId
impl Debug for PracticeRuleId
Source§impl Display for PracticeRuleId
impl Display for PracticeRuleId
impl Eq for PracticeRuleId
Source§impl Hash for PracticeRuleId
impl Hash for PracticeRuleId
Source§impl Ord for PracticeRuleId
impl Ord for PracticeRuleId
Source§fn cmp(&self, other: &PracticeRuleId) -> Ordering
fn cmp(&self, other: &PracticeRuleId) -> Ordering
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 PartialEq for PracticeRuleId
impl PartialEq for PracticeRuleId
Source§impl PartialOrd for PracticeRuleId
impl PartialOrd for PracticeRuleId
impl StructuralPartialEq for PracticeRuleId
Auto Trait Implementations§
impl Freeze for PracticeRuleId
impl RefUnwindSafe for PracticeRuleId
impl Send for PracticeRuleId
impl Sync for PracticeRuleId
impl Unpin for PracticeRuleId
impl UnsafeUnpin for PracticeRuleId
impl UnwindSafe for PracticeRuleId
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