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