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