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