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