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