Struct schema_org_constants::AutoRentalIri
source · pub struct AutoRentalIri;Trait Implementations§
source§impl PartialEq<&str> for AutoRentalIri
impl PartialEq<&str> for AutoRentalIri
source§impl PartialEq<AutoRentalIri> for &str
impl PartialEq<AutoRentalIri> for &str
source§fn eq(&self, other: &AutoRentalIri) -> bool
fn eq(&self, other: &AutoRentalIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for AutoRentalIri
impl RefUnwindSafe for AutoRentalIri
impl Send for AutoRentalIri
impl Sync for AutoRentalIri
impl Unpin for AutoRentalIri
impl UnwindSafe for AutoRentalIri
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