pub struct Attest {
pub signing_mechanism: Mechanism,
pub private_key: KeyId,
}
Available on crate feature
attestation-client
only.Fields§
§signing_mechanism: Mechanism
§private_key: KeyId
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