pub struct ModifyCertificateRequestArgs { /* private fields */ }Expand description
Builder for ModifyCertificateRequest.
Implementations§
Source§impl ModifyCertificateRequestArgs
impl ModifyCertificateRequestArgs
Sourcepub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
The updated name for the certificate.
Sourcepub fn build(&self) -> Result<ModifyCertificateRequest, OpenAIError>
pub fn build(&self) -> Result<ModifyCertificateRequest, OpenAIError>
Trait Implementations§
Source§impl Clone for ModifyCertificateRequestArgs
impl Clone for ModifyCertificateRequestArgs
Source§fn clone(&self) -> ModifyCertificateRequestArgs
fn clone(&self) -> ModifyCertificateRequestArgs
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 ModifyCertificateRequestArgs
impl Debug for ModifyCertificateRequestArgs
Auto Trait Implementations§
impl Freeze for ModifyCertificateRequestArgs
impl RefUnwindSafe for ModifyCertificateRequestArgs
impl Send for ModifyCertificateRequestArgs
impl Sync for ModifyCertificateRequestArgs
impl Unpin for ModifyCertificateRequestArgs
impl UnwindSafe for ModifyCertificateRequestArgs
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