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