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