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