struct EinsumParse {
operand_indices: Vec<String>,
output_indices: Option<String>,
}Expand description
The result of running an einsum-formatted string through the regex.
Fields§
§operand_indices: Vec<String>§output_indices: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for EinsumParse
impl RefUnwindSafe for EinsumParse
impl Send for EinsumParse
impl Sync for EinsumParse
impl Unpin for EinsumParse
impl UnwindSafe for EinsumParse
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