pub struct KeyBundle { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for KeyBundle
impl Eq for KeyBundle
impl StructuralPartialEq for KeyBundle
Auto Trait Implementations§
impl Freeze for KeyBundle
impl RefUnwindSafe for KeyBundle
impl Send for KeyBundle
impl Sync for KeyBundle
impl Unpin for KeyBundle
impl UnsafeUnpin for KeyBundle
impl UnwindSafe for KeyBundle
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