pub struct TlsCsrErrorResponse {
pub errors: Option<Vec<ErrorResponseData>>,
}
Fields§
§errors: Option<Vec<ErrorResponseData>>
Implementations§
Source§impl TlsCsrErrorResponse
impl TlsCsrErrorResponse
pub fn new() -> TlsCsrErrorResponse
Trait Implementations§
Source§impl Clone for TlsCsrErrorResponse
impl Clone for TlsCsrErrorResponse
Source§fn clone(&self) -> TlsCsrErrorResponse
fn clone(&self) -> TlsCsrErrorResponse
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 TlsCsrErrorResponse
impl Debug for TlsCsrErrorResponse
Source§impl Default for TlsCsrErrorResponse
impl Default for TlsCsrErrorResponse
Source§fn default() -> TlsCsrErrorResponse
fn default() -> TlsCsrErrorResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TlsCsrErrorResponse
impl<'de> Deserialize<'de> for TlsCsrErrorResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TlsCsrErrorResponse
impl PartialEq for TlsCsrErrorResponse
Source§impl Serialize for TlsCsrErrorResponse
impl Serialize for TlsCsrErrorResponse
impl StructuralPartialEq for TlsCsrErrorResponse
Auto Trait Implementations§
impl Freeze for TlsCsrErrorResponse
impl RefUnwindSafe for TlsCsrErrorResponse
impl Send for TlsCsrErrorResponse
impl Sync for TlsCsrErrorResponse
impl Unpin for TlsCsrErrorResponse
impl UnwindSafe for TlsCsrErrorResponse
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