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