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