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