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