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