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