pub enum Input<P>{
Npy(P),
Spn(P, Vec<usize>),
Vti(P),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for Input<P>where
P: Freeze,
impl<P> RefUnwindSafe for Input<P>where
P: RefUnwindSafe,
impl<P> Send for Input<P>where
P: Send,
impl<P> Sync for Input<P>where
P: Sync,
impl<P> Unpin for Input<P>where
P: Unpin,
impl<P> UnsafeUnpin for Input<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for Input<P>where
P: UnwindSafe,
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