pub struct KeyPath { /* private fields */ }Implementations§
Trait Implementations§
source§impl PartialEq for KeyPath
impl PartialEq for KeyPath
impl Eq for KeyPath
impl StructuralEq for KeyPath
impl StructuralPartialEq for KeyPath
Auto Trait Implementations§
impl RefUnwindSafe for KeyPath
impl Send for KeyPath
impl Sync for KeyPath
impl Unpin for KeyPath
impl UnwindSafe for KeyPath
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