pub struct RelationshipTlsPrivateKeyTlsPrivateKey {
pub data: Option<Box<RelationshipMemberTlsPrivateKey>>,
}Fields§
§data: Option<Box<RelationshipMemberTlsPrivateKey>>Implementations§
Trait Implementations§
Source§impl Clone for RelationshipTlsPrivateKeyTlsPrivateKey
impl Clone for RelationshipTlsPrivateKeyTlsPrivateKey
Source§fn clone(&self) -> RelationshipTlsPrivateKeyTlsPrivateKey
fn clone(&self) -> RelationshipTlsPrivateKeyTlsPrivateKey
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 Default for RelationshipTlsPrivateKeyTlsPrivateKey
impl Default for RelationshipTlsPrivateKeyTlsPrivateKey
Source§fn default() -> RelationshipTlsPrivateKeyTlsPrivateKey
fn default() -> RelationshipTlsPrivateKeyTlsPrivateKey
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RelationshipTlsPrivateKeyTlsPrivateKey
impl<'de> Deserialize<'de> for RelationshipTlsPrivateKeyTlsPrivateKey
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 RelationshipTlsPrivateKeyTlsPrivateKey
impl PartialEq for RelationshipTlsPrivateKeyTlsPrivateKey
Source§fn eq(&self, other: &RelationshipTlsPrivateKeyTlsPrivateKey) -> bool
fn eq(&self, other: &RelationshipTlsPrivateKeyTlsPrivateKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RelationshipTlsPrivateKeyTlsPrivateKey
Auto Trait Implementations§
impl Freeze for RelationshipTlsPrivateKeyTlsPrivateKey
impl RefUnwindSafe for RelationshipTlsPrivateKeyTlsPrivateKey
impl Send for RelationshipTlsPrivateKeyTlsPrivateKey
impl Sync for RelationshipTlsPrivateKeyTlsPrivateKey
impl Unpin for RelationshipTlsPrivateKeyTlsPrivateKey
impl UnwindSafe for RelationshipTlsPrivateKeyTlsPrivateKey
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