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