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