pub enum CertificationTypeRef {
CertificationType(CertificationTypeId),
}Variants§
CertificationType(CertificationTypeId)
Implementations§
Source§impl CertificationTypeRef
impl CertificationTypeRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> CertificationTypeRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for CertificationTypeRef
impl Clone for CertificationTypeRef
Source§fn clone(&self) -> CertificationTypeRef
fn clone(&self) -> CertificationTypeRef
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 CertificationTypeRef
impl Debug for CertificationTypeRef
Source§impl PartialEq for CertificationTypeRef
impl PartialEq for CertificationTypeRef
Source§fn eq(&self, other: &CertificationTypeRef) -> bool
fn eq(&self, other: &CertificationTypeRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CertificationTypeRef
Auto Trait Implementations§
impl Freeze for CertificationTypeRef
impl RefUnwindSafe for CertificationTypeRef
impl Send for CertificationTypeRef
impl Sync for CertificationTypeRef
impl Unpin for CertificationTypeRef
impl UnsafeUnpin for CertificationTypeRef
impl UnwindSafe for CertificationTypeRef
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