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