pub struct GroupedVariables {}Expand description
Marker to indicate that the arguments to a VecComputation are to be treaded as a group of variables in a tuple.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GroupedVariables
impl RefUnwindSafe for GroupedVariables
impl Send for GroupedVariables
impl Sync for GroupedVariables
impl Unpin for GroupedVariables
impl UnwindSafe for GroupedVariables
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