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