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
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