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