pub struct PckCertApi { /* private fields */ }Trait Implementations§
Source§impl<'inp> PckCertService<'inp> for PckCertApi
impl<'inp> PckCertService<'inp> for PckCertApi
Source§impl<'inp> ProvisioningServiceApi<'inp> for PckCertApi
impl<'inp> ProvisioningServiceApi<'inp> for PckCertApi
type Input = PckCertIn<'inp>
type Output = PckCert<Unverified>
fn build_request( &self, input: &Self::Input, ) -> Result<(String, Vec<(String, String)>), Error>
fn validate_response(&self, status_code: StatusCode) -> Result<(), Error>
fn parse_response( &self, response_body: String, _response_headers: Vec<(String, String)>, _api_version: PcsVersion, ) -> Result<PckCert<Unverified>, Error>
Auto Trait Implementations§
impl Freeze for PckCertApi
impl RefUnwindSafe for PckCertApi
impl Send for PckCertApi
impl Sync for PckCertApi
impl Unpin for PckCertApi
impl UnwindSafe for PckCertApi
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