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