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