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