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