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