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