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