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