struct VerifyData {
accept_key: String,
}
Expand description
Information for handshake verification.
Fields§
§accept_key: String
Accepted server key.
Implementations§
source§impl VerifyData
impl VerifyData
pub fn verify_response(&self, response: Response) -> Result<Response>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifyData
impl RefUnwindSafe for VerifyData
impl Send for VerifyData
impl Sync for VerifyData
impl Unpin for VerifyData
impl UnwindSafe for VerifyData
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