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