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