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