pub struct ServerFirst {
pub nonce: String,
pub salt: String,
pub iterations: u32,
}Fields§
§nonce: String§salt: String§iterations: u32Auto Trait Implementations§
impl Freeze for ServerFirst
impl RefUnwindSafe for ServerFirst
impl Send for ServerFirst
impl Sync for ServerFirst
impl Unpin for ServerFirst
impl UnsafeUnpin for ServerFirst
impl UnwindSafe for ServerFirst
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