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