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