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