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