pub struct VerityResponse {
pub subject: Response,
pub proof: String,
pub notary_pub_key: String,
}
Fields§
§subject: Response
§proof: String
§notary_pub_key: String
Auto Trait Implementations§
impl Freeze for VerityResponse
impl !RefUnwindSafe for VerityResponse
impl Send for VerityResponse
impl Sync for VerityResponse
impl Unpin for VerityResponse
impl !UnwindSafe for VerityResponse
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