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