Struct RecordKey
pub struct RecordKey(/* private fields */);Implementations§
Trait Implementations§
§impl Ord for RecordKey
impl Ord for RecordKey
§impl PartialOrd for RecordKey
impl PartialOrd for RecordKey
impl Eq for RecordKey
impl StructuralPartialEq for RecordKey
Auto Trait Implementations§
impl Freeze for RecordKey
impl RefUnwindSafe for RecordKey
impl Send for RecordKey
impl Sync for RecordKey
impl Unpin for RecordKey
impl UnsafeUnpin for RecordKey
impl UnwindSafe for RecordKey
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