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