pub struct SrpAuthData {
pub salt: Box<[u8]>,
pub pub_key: Box<[u8]>,
}
Fields§
§salt: Box<[u8]>
§pub_key: Box<[u8]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SrpAuthData
impl RefUnwindSafe for SrpAuthData
impl Send for SrpAuthData
impl Sync for SrpAuthData
impl Unpin for SrpAuthData
impl UnwindSafe for SrpAuthData
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