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