pub struct OrientedClosedShellId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for OrientedClosedShellId
impl Clone for OrientedClosedShellId
Source§fn clone(&self) -> OrientedClosedShellId
fn clone(&self) -> OrientedClosedShellId
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 moreimpl Copy for OrientedClosedShellId
Source§impl Debug for OrientedClosedShellId
impl Debug for OrientedClosedShellId
impl Eq for OrientedClosedShellId
Source§impl Hash for OrientedClosedShellId
impl Hash for OrientedClosedShellId
Source§impl PartialEq for OrientedClosedShellId
impl PartialEq for OrientedClosedShellId
Source§fn eq(&self, other: &OrientedClosedShellId) -> bool
fn eq(&self, other: &OrientedClosedShellId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OrientedClosedShellId
Auto Trait Implementations§
impl Freeze for OrientedClosedShellId
impl RefUnwindSafe for OrientedClosedShellId
impl Send for OrientedClosedShellId
impl Sync for OrientedClosedShellId
impl Unpin for OrientedClosedShellId
impl UnsafeUnpin for OrientedClosedShellId
impl UnwindSafe for OrientedClosedShellId
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