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