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