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