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