pub struct CertificationIdentificationPropertyIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for CertificationIdentificationPropertyIriOrLabel
impl PartialEq<&str> for CertificationIdentificationPropertyIriOrLabel
source§impl PartialEq<CertificationIdentificationPropertyIriOrLabel> for &str
impl PartialEq<CertificationIdentificationPropertyIriOrLabel> for &str
source§fn eq(&self, other: &CertificationIdentificationPropertyIriOrLabel) -> bool
fn eq(&self, other: &CertificationIdentificationPropertyIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for CertificationIdentificationPropertyIriOrLabel
impl RefUnwindSafe for CertificationIdentificationPropertyIriOrLabel
impl Send for CertificationIdentificationPropertyIriOrLabel
impl Sync for CertificationIdentificationPropertyIriOrLabel
impl Unpin for CertificationIdentificationPropertyIriOrLabel
impl UnwindSafe for CertificationIdentificationPropertyIriOrLabel
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