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