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