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