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