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