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