pub struct NormalizedKeyEntry {
pub key: NormalizedKey,
pub value: NormalizedKey,
}Fields§
§key: NormalizedKey§value: NormalizedKeyTrait Implementations§
Source§impl Clone for NormalizedKeyEntry
impl Clone for NormalizedKeyEntry
Source§fn clone(&self) -> NormalizedKeyEntry
fn clone(&self) -> NormalizedKeyEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NormalizedKeyEntry
impl Debug for NormalizedKeyEntry
Source§impl PartialEq for NormalizedKeyEntry
impl PartialEq for NormalizedKeyEntry
impl StructuralPartialEq for NormalizedKeyEntry
Auto Trait Implementations§
impl Freeze for NormalizedKeyEntry
impl RefUnwindSafe for NormalizedKeyEntry
impl Send for NormalizedKeyEntry
impl Sync for NormalizedKeyEntry
impl Unpin for NormalizedKeyEntry
impl UnsafeUnpin for NormalizedKeyEntry
impl UnwindSafe for NormalizedKeyEntry
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