pub enum DtypeExpr {
Var(usize),
OfType(usize),
Constant(Dtype),
}Variants§
Trait Implementations§
impl Eq for DtypeExpr
impl StructuralPartialEq for DtypeExpr
Auto Trait Implementations§
impl Freeze for DtypeExpr
impl RefUnwindSafe for DtypeExpr
impl Send for DtypeExpr
impl Sync for DtypeExpr
impl Unpin for DtypeExpr
impl UnsafeUnpin for DtypeExpr
impl UnwindSafe for DtypeExpr
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