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