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