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