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