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