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