pub struct ParsedKey { /* private fields */ }
Trait Implementations§
Source§impl Ord for ParsedKey
impl Ord for ParsedKey
Source§impl PartialOrd for ParsedKey
impl PartialOrd for ParsedKey
impl Copy for ParsedKey
impl Eq for ParsedKey
impl StructuralPartialEq for ParsedKey
Auto Trait Implementations§
impl Freeze for ParsedKey
impl RefUnwindSafe for ParsedKey
impl Send for ParsedKey
impl Sync for ParsedKey
impl Unpin for ParsedKey
impl UnwindSafe for ParsedKey
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