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