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