pub struct CertificationProfileConfig {
pub profile: CertificationProfile,
pub gate_var: &'static str,
pub description: &'static str,
pub required: bool,
}Fields§
§profile: CertificationProfile§gate_var: &'static str§description: &'static str§required: boolTrait Implementations§
Source§impl Clone for CertificationProfileConfig
impl Clone for CertificationProfileConfig
Source§fn clone(&self) -> CertificationProfileConfig
fn clone(&self) -> CertificationProfileConfig
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 moreAuto Trait Implementations§
impl Freeze for CertificationProfileConfig
impl RefUnwindSafe for CertificationProfileConfig
impl Send for CertificationProfileConfig
impl Sync for CertificationProfileConfig
impl Unpin for CertificationProfileConfig
impl UnsafeUnpin for CertificationProfileConfig
impl UnwindSafe for CertificationProfileConfig
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