pub struct OutputKey(/* private fields */);Expand description
Stable graph-local identity for a materialized output.
Implementations§
Trait Implementations§
impl Copy for OutputKey
impl Eq for OutputKey
Source§impl Ord for OutputKey
impl Ord for OutputKey
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 OutputKey
impl PartialOrd for OutputKey
impl StructuralPartialEq for OutputKey
Auto Trait Implementations§
impl Freeze for OutputKey
impl RefUnwindSafe for OutputKey
impl Send for OutputKey
impl Sync for OutputKey
impl Unpin for OutputKey
impl UnsafeUnpin for OutputKey
impl UnwindSafe for OutputKey
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