pub struct KeyView {
pub key_base: KeyBaseHandle,
pub key_opt: KeyOptHandle,
}Fields§
§key_base: KeyBaseHandle§key_opt: KeyOptHandleTrait Implementations§
impl Copy for KeyView
impl Eq for KeyView
impl StructuralPartialEq for KeyView
Auto Trait Implementations§
impl Freeze for KeyView
impl RefUnwindSafe for KeyView
impl Send for KeyView
impl Sync for KeyView
impl Unpin for KeyView
impl UnwindSafe for KeyView
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