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