pub struct PracticeId(/* private fields */);Expand description
Stable identity for one named serial practice.
Implementations§
Trait Implementations§
Source§impl Clone for PracticeId
impl Clone for PracticeId
Source§fn clone(&self) -> PracticeId
fn clone(&self) -> PracticeId
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 PracticeId
impl Debug for PracticeId
Source§impl Display for PracticeId
impl Display for PracticeId
impl Eq for PracticeId
Source§impl Hash for PracticeId
impl Hash for PracticeId
Source§impl Ord for PracticeId
impl Ord for PracticeId
Source§fn cmp(&self, other: &PracticeId) -> Ordering
fn cmp(&self, other: &PracticeId) -> 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 PracticeId
impl PartialEq for PracticeId
Source§impl PartialOrd for PracticeId
impl PartialOrd for PracticeId
impl StructuralPartialEq for PracticeId
Auto Trait Implementations§
impl Freeze for PracticeId
impl RefUnwindSafe for PracticeId
impl Send for PracticeId
impl Sync for PracticeId
impl Unpin for PracticeId
impl UnsafeUnpin for PracticeId
impl UnwindSafe for PracticeId
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