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