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