pub struct Rpk {}
Expand description
(Marker) key type for asymmetric DTLS keys not signed by a CA (raw public keys).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rpk
impl RefUnwindSafe for Rpk
impl Send for Rpk
impl Sync for Rpk
impl Unpin for Rpk
impl UnwindSafe for Rpk
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