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