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