pub struct R3Key(pub R3);Expand description
Hash-map key wrapper around a canonical R3.
Tuple Fields§
§0: R3Trait Implementations§
impl Eq for R3Key
Auto Trait Implementations§
impl Freeze for R3Key
impl RefUnwindSafe for R3Key
impl Send for R3Key
impl Sync for R3Key
impl Unpin for R3Key
impl UnsafeUnpin for R3Key
impl UnwindSafe for R3Key
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