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