pub struct Certification {
pub name: String,
pub purpose: String,
pub kind: CertificationTypeRef,
}Fields§
§name: String§purpose: String§kind: CertificationTypeRefTrait Implementations§
Source§impl Clone for Certification
impl Clone for Certification
Source§fn clone(&self) -> Certification
fn clone(&self) -> Certification
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 Certification
impl Debug for Certification
Source§impl PartialEq for Certification
impl PartialEq for Certification
Source§fn eq(&self, other: &Certification) -> bool
fn eq(&self, other: &Certification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Certification
Auto Trait Implementations§
impl Freeze for Certification
impl RefUnwindSafe for Certification
impl Send for Certification
impl Sync for Certification
impl Unpin for Certification
impl UnsafeUnpin for Certification
impl UnwindSafe for Certification
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