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