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