Struct JohnsonSolidId
pub struct JohnsonSolidId(/* private fields */);Expand description
A Johnson solid identifier from J1 through J92.
Implementations§
§impl JohnsonSolidId
impl JohnsonSolidId
Trait Implementations§
§impl Clone for JohnsonSolidId
impl Clone for JohnsonSolidId
§fn clone(&self) -> JohnsonSolidId
fn clone(&self) -> JohnsonSolidId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for JohnsonSolidId
impl Debug for JohnsonSolidId
§impl Hash for JohnsonSolidId
impl Hash for JohnsonSolidId
§impl Ord for JohnsonSolidId
impl Ord for JohnsonSolidId
§impl PartialEq for JohnsonSolidId
impl PartialEq for JohnsonSolidId
§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