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