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