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