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