pub struct positiveReviewVoteCount;
Trait Implementations§
Source§impl Field for positiveReviewVoteCount
impl Field for positiveReviewVoteCount
Auto Trait Implementations§
impl Freeze for positiveReviewVoteCount
impl RefUnwindSafe for positiveReviewVoteCount
impl Send for positiveReviewVoteCount
impl Sync for positiveReviewVoteCount
impl Unpin for positiveReviewVoteCount
impl UnwindSafe for positiveReviewVoteCount
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