pub struct TlsCsrResponse {
pub data: Option<Box<TlsCsrResponseData>>,
}
Fields§
§data: Option<Box<TlsCsrResponseData>>
Implementations§
Source§impl TlsCsrResponse
impl TlsCsrResponse
pub fn new() -> TlsCsrResponse
Trait Implementations§
Source§impl Clone for TlsCsrResponse
impl Clone for TlsCsrResponse
Source§fn clone(&self) -> TlsCsrResponse
fn clone(&self) -> TlsCsrResponse
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 TlsCsrResponse
impl Debug for TlsCsrResponse
Source§impl Default for TlsCsrResponse
impl Default for TlsCsrResponse
Source§fn default() -> TlsCsrResponse
fn default() -> TlsCsrResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TlsCsrResponse
impl<'de> Deserialize<'de> for TlsCsrResponse
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 TlsCsrResponse
impl PartialEq for TlsCsrResponse
Source§impl Serialize for TlsCsrResponse
impl Serialize for TlsCsrResponse
impl StructuralPartialEq for TlsCsrResponse
Auto Trait Implementations§
impl Freeze for TlsCsrResponse
impl RefUnwindSafe for TlsCsrResponse
impl Send for TlsCsrResponse
impl Sync for TlsCsrResponse
impl Unpin for TlsCsrResponse
impl UnwindSafe for TlsCsrResponse
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