pub struct BlockRequestId(/* private fields */);Expand description
Stable identifier returned by a host block queue after submission.
Implementations§
Trait Implementations§
Source§impl Clone for BlockRequestId
impl Clone for BlockRequestId
Source§fn clone(&self) -> BlockRequestId
fn clone(&self) -> BlockRequestId
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 moreSource§impl Debug for BlockRequestId
impl Debug for BlockRequestId
Source§impl From<BlockRequestId> for usize
impl From<BlockRequestId> for usize
Source§fn from(value: BlockRequestId) -> Self
fn from(value: BlockRequestId) -> Self
Converts to this type from the input type.
Source§impl Hash for BlockRequestId
impl Hash for BlockRequestId
Source§impl Ord for BlockRequestId
impl Ord for BlockRequestId
Source§fn cmp(&self, other: &BlockRequestId) -> Ordering
fn cmp(&self, other: &BlockRequestId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BlockRequestId
impl PartialEq for BlockRequestId
Source§fn eq(&self, other: &BlockRequestId) -> bool
fn eq(&self, other: &BlockRequestId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BlockRequestId
impl PartialOrd for BlockRequestId
impl Copy for BlockRequestId
impl Eq for BlockRequestId
impl StructuralPartialEq for BlockRequestId
Auto Trait Implementations§
impl Freeze for BlockRequestId
impl RefUnwindSafe for BlockRequestId
impl Send for BlockRequestId
impl Sync for BlockRequestId
impl Unpin for BlockRequestId
impl UnsafeUnpin for BlockRequestId
impl UnwindSafe for BlockRequestId
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