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
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