pub struct Signature {
pub id: Option<[u8; 16]>,
pub sig: Vec<u8>,
pub algo: Option<Algorithm>,
pub usage: Usage,
}Fields§
§id: Option<[u8; 16]>§sig: Vec<u8>§algo: Option<Algorithm>§usage: UsageTrait Implementations§
Source§impl TryFrom<&AttestationReport> for Signature
impl TryFrom<&AttestationReport> for Signature
Source§impl TryFrom<&Certificate> for Signature
impl TryFrom<&Certificate> for Signature
Auto Trait Implementations§
impl Freeze for Signature
impl RefUnwindSafe for Signature
impl Send for Signature
impl Sync for Signature
impl Unpin for Signature
impl UnsafeUnpin for Signature
impl UnwindSafe for Signature
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