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