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