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