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