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
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