struct BothKey {
curve_name: u16,
server_pk: Vec<u8>,
client_pk: Vec<u8>,
}Fields§
§curve_name: u16§server_pk: Vec<u8>§client_pk: Vec<u8>Auto Trait Implementations§
impl Freeze for BothKey
impl RefUnwindSafe for BothKey
impl Send for BothKey
impl Sync for BothKey
impl Unpin for BothKey
impl UnsafeUnpin for BothKey
impl UnwindSafe for BothKey
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