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