pub struct Attest {
pub certificate: CertId,
}Fields§
§certificate: CertIdTrait Implementations§
Source§impl ReplyVariant for Attest
Available on crate feature attestation-client only.
impl ReplyVariant for Attest
Available on crate feature
attestation-client only.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 UnsafeUnpin 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