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