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