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