pub struct KeyPath { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a KeyPath
impl<'a> IntoIterator for &'a KeyPath
Source§impl<'a> IntoIterator for KeyPath
impl<'a> IntoIterator for KeyPath
impl Eq for KeyPath
impl StructuralPartialEq for KeyPath
Auto Trait Implementations§
impl Freeze for KeyPath
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