pub struct KubernetesTlsSecretRef { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for KubernetesTlsSecretRef
impl Clone for KubernetesTlsSecretRef
Source§fn clone(&self) -> KubernetesTlsSecretRef
fn clone(&self) -> KubernetesTlsSecretRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KubernetesTlsSecretRef
impl Debug for KubernetesTlsSecretRef
Source§impl Default for KubernetesTlsSecretRef
impl Default for KubernetesTlsSecretRef
Source§impl From<KubernetesTlsSecretRef> for KubernetesTlsSecretRef
impl From<KubernetesTlsSecretRef> for KubernetesTlsSecretRef
Source§fn from(value: KubernetesTlsSecretRef) -> Self
fn from(value: KubernetesTlsSecretRef) -> Self
Converts to this type from the input type.
Source§impl TryFrom<KubernetesTlsSecretRef> for KubernetesTlsSecretRef
impl TryFrom<KubernetesTlsSecretRef> for KubernetesTlsSecretRef
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: KubernetesTlsSecretRef) -> Result<Self, ConversionError>
fn try_from(value: KubernetesTlsSecretRef) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for KubernetesTlsSecretRef
impl RefUnwindSafe for KubernetesTlsSecretRef
impl Send for KubernetesTlsSecretRef
impl Sync for KubernetesTlsSecretRef
impl Unpin for KubernetesTlsSecretRef
impl UnsafeUnpin for KubernetesTlsSecretRef
impl UnwindSafe for KubernetesTlsSecretRef
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