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