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