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