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