pub struct GetCertificateQueryArgs { /* private fields */ }Available on crate feature
administration-types only.Expand description
Builder for GetCertificateQuery.
Implementations§
Source§impl GetCertificateQueryArgs
impl GetCertificateQueryArgs
Sourcepub fn include<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn include<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
A list of additional fields to include in the response. Currently the only supported value is content to fetch the PEM content of the certificate.
Sourcepub fn build(&self) -> Result<GetCertificateQuery, OpenAIError>
pub fn build(&self) -> Result<GetCertificateQuery, OpenAIError>
Trait Implementations§
Source§impl Clone for GetCertificateQueryArgs
impl Clone for GetCertificateQueryArgs
Source§fn clone(&self) -> GetCertificateQueryArgs
fn clone(&self) -> GetCertificateQueryArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetCertificateQueryArgs
impl Debug for GetCertificateQueryArgs
Auto Trait Implementations§
impl Freeze for GetCertificateQueryArgs
impl RefUnwindSafe for GetCertificateQueryArgs
impl Send for GetCertificateQueryArgs
impl Sync for GetCertificateQueryArgs
impl Unpin for GetCertificateQueryArgs
impl UnwindSafe for GetCertificateQueryArgs
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