pub enum GetCertificateParamsInclude {
Content,
}
Variants§
Content
content
Trait Implementations§
Source§impl Clone for GetCertificateParamsInclude
impl Clone for GetCertificateParamsInclude
Source§fn clone(&self) -> GetCertificateParamsInclude
fn clone(&self) -> GetCertificateParamsInclude
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetCertificateParamsInclude
impl Debug for GetCertificateParamsInclude
Source§impl<'de> Deserialize<'de> for GetCertificateParamsInclude
impl<'de> Deserialize<'de> for GetCertificateParamsInclude
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 GetCertificateParamsInclude
impl PartialEq for GetCertificateParamsInclude
Source§fn eq(&self, other: &GetCertificateParamsInclude) -> bool
fn eq(&self, other: &GetCertificateParamsInclude) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for GetCertificateParamsInclude
impl StructuralPartialEq for GetCertificateParamsInclude
Auto Trait Implementations§
impl Freeze for GetCertificateParamsInclude
impl RefUnwindSafe for GetCertificateParamsInclude
impl Send for GetCertificateParamsInclude
impl Sync for GetCertificateParamsInclude
impl Unpin for GetCertificateParamsInclude
impl UnwindSafe for GetCertificateParamsInclude
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