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