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