pub struct CircuitId(/* private fields */);Expand description
A stable circuit identifier.
Implementations§
Trait Implementations§
Source§impl Ord for CircuitId
impl Ord for CircuitId
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 PartialOrd for CircuitId
impl PartialOrd for CircuitId
impl Eq for CircuitId
impl StructuralPartialEq for CircuitId
Auto Trait Implementations§
impl Freeze for CircuitId
impl RefUnwindSafe for CircuitId
impl Send for CircuitId
impl Sync for CircuitId
impl Unpin for CircuitId
impl UnsafeUnpin for CircuitId
impl UnwindSafe for CircuitId
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