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