pub struct DeviceAttestation<'a> {
pub att_obj: Cow<'a, [u8]>,
}Expand description
Attestation payload used for device-attest-01
See https://datatracker.ietf.org/doc/draft-acme-device-attest/ for details.
Fields§
§att_obj: Cow<'a, [u8]>CBOR encoded attestation payload
Auto Trait Implementations§
impl<'a> Freeze for DeviceAttestation<'a>
impl<'a> RefUnwindSafe for DeviceAttestation<'a>
impl<'a> Send for DeviceAttestation<'a>
impl<'a> Sync for DeviceAttestation<'a>
impl<'a> Unpin for DeviceAttestation<'a>
impl<'a> UnwindSafe for DeviceAttestation<'a>
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