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