Struct schema_org_constants::GeneIri
source · pub struct GeneIri;Trait Implementations§
source§impl PartialEq<&str> for GeneIri
impl PartialEq<&str> for GeneIri
Auto Trait Implementations§
impl Freeze for GeneIri
impl RefUnwindSafe for GeneIri
impl Send for GeneIri
impl Sync for GeneIri
impl Unpin for GeneIri
impl UnwindSafe for GeneIri
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