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