pub struct KeyedView { /* private fields */ }Expand description
A view paired with stable reconciliation identity.
Implementations§
Trait Implementations§
impl StructuralPartialEq for KeyedView
Auto Trait Implementations§
impl !RefUnwindSafe for KeyedView
impl !Send for KeyedView
impl !Sync for KeyedView
impl !UnwindSafe for KeyedView
impl Freeze for KeyedView
impl Unpin for KeyedView
impl UnsafeUnpin for KeyedView
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