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