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