pub struct Attest {
pub certificate: CertId,
}
Available on crate feature
attestation-client
only.Fields§
§certificate: CertId
Trait Implementations§
impl Eq for Attest
impl StructuralPartialEq for Attest
Auto Trait Implementations§
impl Freeze for Attest
impl RefUnwindSafe for Attest
impl Send for Attest
impl Sync for Attest
impl Unpin for Attest
impl UnwindSafe for Attest
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