pub struct SignCertificateResponse {
pub custom_data: Option<CustomData>,
pub status: GenericStatusEnum,
pub status_info: Option<StatusInfo>,
}Fields§
§custom_data: Option<CustomData>§status: GenericStatusEnum§status_info: Option<StatusInfo>Trait Implementations§
Source§impl Clone for SignCertificateResponse
impl Clone for SignCertificateResponse
Source§fn clone(&self) -> SignCertificateResponse
fn clone(&self) -> SignCertificateResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SignCertificateResponse
impl Debug for SignCertificateResponse
impl Eq for SignCertificateResponse
Source§impl PartialEq for SignCertificateResponse
impl PartialEq for SignCertificateResponse
impl StructuralPartialEq for SignCertificateResponse
Auto Trait Implementations§
impl Freeze for SignCertificateResponse
impl RefUnwindSafe for SignCertificateResponse
impl Send for SignCertificateResponse
impl Sync for SignCertificateResponse
impl Unpin for SignCertificateResponse
impl UnsafeUnpin for SignCertificateResponse
impl UnwindSafe for SignCertificateResponse
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