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