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