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