CheckCertificateResult

Struct CheckCertificateResult 

Source
pub struct CheckCertificateResult {
Show 37 fields pub owner_uin: Option<String>, pub project_id: Option<String>, pub from: Option<String>, pub certificate_type: Option<String>, pub package_type: Option<String>, pub product_zh_name: Option<String>, pub domain: Option<String>, pub alias: Option<String>, pub status: Option<i32>, pub status_msg: Option<String>, pub verify_type: Option<String>, pub vulnerability_status: Option<String>, pub cert_begin_time: Option<String>, pub cert_end_time: Option<String>, pub validity_period: Option<String>, pub insert_time: Option<String>, pub order_id: Option<String>, pub certificate_extra: Option<CertificateExtra>, pub dv_auth_detail: Option<DvAuthDetail>, pub vulnerability_report: Option<String>, pub certificate_id: Option<String>, pub package_type_name: Option<String>, pub status_name: Option<String>, pub subject_alt_name: Option<Vec<String>>, pub is_vip: Option<bool>, pub is_wildcard: Option<bool>, pub is_dv: Option<bool>, pub is_vulnerability: Option<bool>, pub renew_able: Option<bool>, pub submitted_data: Option<SubmittedData>, pub deployable: Option<bool>, pub tags: Option<Vec<Tags>>, pub ca_encrypt_algorithms: Option<Vec<String>>, pub ca_common_names: Option<Vec<String>>, pub ca_end_times: Option<Vec<String>>, pub dv_revoke_auth_detail: Option<Vec<DvAuths>>, pub request_id: String,
}

Fieldsยง

ยงowner_uin: Option<String>ยงproject_id: Option<String>ยงfrom: Option<String>ยงcertificate_type: Option<String>ยงpackage_type: Option<String>ยงproduct_zh_name: Option<String>ยงdomain: Option<String>ยงalias: Option<String>ยงstatus: Option<i32>ยงstatus_msg: Option<String>ยงverify_type: Option<String>ยงvulnerability_status: Option<String>ยงcert_begin_time: Option<String>ยงcert_end_time: Option<String>ยงvalidity_period: Option<String>ยงinsert_time: Option<String>ยงorder_id: Option<String>ยงcertificate_extra: Option<CertificateExtra>ยงdv_auth_detail: Option<DvAuthDetail>ยงvulnerability_report: Option<String>ยงcertificate_id: Option<String>ยงpackage_type_name: Option<String>ยงstatus_name: Option<String>ยงsubject_alt_name: Option<Vec<String>>ยงis_vip: Option<bool>ยงis_wildcard: Option<bool>ยงis_dv: Option<bool>ยงis_vulnerability: Option<bool>ยงrenew_able: Option<bool>ยงsubmitted_data: Option<SubmittedData>ยงdeployable: Option<bool>ยงtags: Option<Vec<Tags>>ยงca_encrypt_algorithms: Option<Vec<String>>ยงca_common_names: Option<Vec<String>>ยงca_end_times: Option<Vec<String>>ยงdv_revoke_auth_detail: Option<Vec<DvAuths>>ยงrequest_id: String

Trait Implementationsยง

Sourceยง

impl Debug for CheckCertificateResult

Sourceยง

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Sourceยง

impl<'de> Deserialize<'de> for CheckCertificateResult

Sourceยง

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementationsยง

Blanket Implementationsยง

Sourceยง

impl<T> Any for T
where T: 'static + ?Sized,

Sourceยง

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Sourceยง

impl<T> Borrow<T> for T
where T: ?Sized,

Sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

Sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Sourceยง

impl<T> From<T> for T

Sourceยง

fn from(t: T) -> T

Returns the argument unchanged.

Sourceยง

impl<T> Instrument for T

Sourceยง

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Sourceยง

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Sourceยง

impl<T, U> Into<U> for T
where U: From<T>,

Sourceยง

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Sourceยง

impl<T> PolicyExt for T
where T: ?Sized,

Sourceยง

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Sourceยง

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Sourceยง

impl<T> Same for T

Sourceยง

type Output = T

Should always be Self
Sourceยง

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Sourceยง

type Error = Infallible

The type returned in the event of a conversion error.
Sourceยง

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Sourceยง

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Sourceยง

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Sourceยง

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Sourceยง

impl<T> WithSubscriber for T

Sourceยง

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Sourceยง

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Sourceยง

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Sourceยง

impl<T> ErasedDestructor for T
where T: 'static,