pub struct JohnsonSolidId(/* private fields */);Expand description
A Johnson solid identifier from J1 through J92.
Implementations§
Trait Implementations§
Source§impl Clone for JohnsonSolidId
impl Clone for JohnsonSolidId
Source§fn clone(&self) -> JohnsonSolidId
fn clone(&self) -> JohnsonSolidId
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 JohnsonSolidId
impl Debug for JohnsonSolidId
Source§impl Hash for JohnsonSolidId
impl Hash for JohnsonSolidId
Source§impl Ord for JohnsonSolidId
impl Ord for JohnsonSolidId
Source§fn cmp(&self, other: &JohnsonSolidId) -> Ordering
fn cmp(&self, other: &JohnsonSolidId) -> 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 JohnsonSolidId
impl PartialEq for JohnsonSolidId
Source§fn eq(&self, other: &JohnsonSolidId) -> bool
fn eq(&self, other: &JohnsonSolidId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for JohnsonSolidId
impl PartialOrd for JohnsonSolidId
impl Copy for JohnsonSolidId
impl Eq for JohnsonSolidId
impl StructuralPartialEq for JohnsonSolidId
Auto Trait Implementations§
impl Freeze for JohnsonSolidId
impl RefUnwindSafe for JohnsonSolidId
impl Send for JohnsonSolidId
impl Sync for JohnsonSolidId
impl Unpin for JohnsonSolidId
impl UnsafeUnpin for JohnsonSolidId
impl UnwindSafe for JohnsonSolidId
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