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