pub enum ArrayKind {
Show 19 variants
Generic,
String,
Boolean,
I8,
I16,
I32,
I64,
I128,
U8,
U16,
U32,
U64,
U128,
BF16,
F16,
F32,
F64,
F128,
Complex,
}Variants§
Implementations§
Trait Implementations§
impl Copy for ArrayKind
impl Eq for ArrayKind
impl StructuralPartialEq for ArrayKind
Auto Trait Implementations§
impl Freeze for ArrayKind
impl RefUnwindSafe for ArrayKind
impl Send for ArrayKind
impl Sync for ArrayKind
impl Unpin for ArrayKind
impl UnwindSafe for ArrayKind
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