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