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