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