pub struct KeysView {
pub first_key: FirstKeyHandle,
pub keys_list: KeysListHandle,
}Fields§
§first_key: FirstKeyHandle§keys_list: KeysListHandleTrait Implementations§
impl Copy for KeysView
impl Eq for KeysView
impl StructuralPartialEq for KeysView
Auto Trait Implementations§
impl Freeze for KeysView
impl RefUnwindSafe for KeysView
impl Send for KeysView
impl Sync for KeysView
impl Unpin for KeysView
impl UnwindSafe for KeysView
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