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