pub struct CertificateCreateRequestAttributes {
pub certificate_type: String,
pub csr_content: String,
}
Fields§
§certificate_type: String
§csr_content: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CertificateCreateRequestAttributes
impl RefUnwindSafe for CertificateCreateRequestAttributes
impl Send for CertificateCreateRequestAttributes
impl Sync for CertificateCreateRequestAttributes
impl Unpin for CertificateCreateRequestAttributes
impl UnwindSafe for CertificateCreateRequestAttributes
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