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