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