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