pub enum ReportSignature {
Ecdsa384 {
r: [u8; 72],
s: [u8; 72],
},
}Variants§
Trait Implementations§
Source§impl TryFrom<&AttestationReport> for ReportSignature
impl TryFrom<&AttestationReport> for ReportSignature
Source§type Error = SignatureError
type Error = SignatureError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for ReportSignature
impl RefUnwindSafe for ReportSignature
impl Send for ReportSignature
impl Sync for ReportSignature
impl Unpin for ReportSignature
impl UnsafeUnpin for ReportSignature
impl UnwindSafe for ReportSignature
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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