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