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