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