pub struct ExecutionLaneId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ExecutionLaneId
impl Clone for ExecutionLaneId
Source§fn clone(&self) -> ExecutionLaneId
fn clone(&self) -> ExecutionLaneId
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 ExecutionLaneId
Source§impl Debug for ExecutionLaneId
impl Debug for ExecutionLaneId
impl Eq for ExecutionLaneId
Source§impl Hash for ExecutionLaneId
impl Hash for ExecutionLaneId
Source§impl Ord for ExecutionLaneId
impl Ord for ExecutionLaneId
Source§fn cmp(&self, other: &ExecutionLaneId) -> Ordering
fn cmp(&self, other: &ExecutionLaneId) -> 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 ExecutionLaneId
impl PartialEq for ExecutionLaneId
Source§impl PartialOrd for ExecutionLaneId
impl PartialOrd for ExecutionLaneId
Source§impl Serialize for ExecutionLaneId
impl Serialize for ExecutionLaneId
impl StructuralPartialEq for ExecutionLaneId
Auto Trait Implementations§
impl Freeze for ExecutionLaneId
impl RefUnwindSafe for ExecutionLaneId
impl Send for ExecutionLaneId
impl Sync for ExecutionLaneId
impl Unpin for ExecutionLaneId
impl UnsafeUnpin for ExecutionLaneId
impl UnwindSafe for ExecutionLaneId
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