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