pub struct VerityResponse {
pub subject: Response,
pub proof: String,
pub notary_pub_key: String,
}Fields§
§subject: Response§proof: String§notary_pub_key: StringAuto 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