pub struct AddPackageResponse {
pub pck_certs: Vec<u8>,
pub pck_cert_count: usize,
}
Expand description
Response structure for the request to add a package.
Fields§
§pck_certs: Vec<u8>
Platform Membership Certificates
pck_cert_count: usize
The certificate count extracted from the response header.
Auto Trait Implementations§
impl Freeze for AddPackageResponse
impl RefUnwindSafe for AddPackageResponse
impl Send for AddPackageResponse
impl Sync for AddPackageResponse
impl Unpin for AddPackageResponse
impl UnwindSafe for AddPackageResponse
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