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