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