pub struct ArrayObject { /* private fields */ }Expand description
The main array storage with type abstraction.
Data is stored uncompressed. Compression is only available in binary form, i.e. when .pack() is called.
Implementations§
Trait Implementations§
Source§impl Clone for ArrayObject
impl Clone for ArrayObject
Source§fn clone(&self) -> ArrayObject
fn clone(&self) -> ArrayObject
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArrayObject
impl Debug for ArrayObject
Source§impl From<&&&str> for ArrayObject
impl From<&&&str> for ArrayObject
Source§fn from(val: &&&str) -> ArrayObject
fn from(val: &&&str) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&String> for ArrayObject
impl From<&&String> for ArrayObject
Source§fn from(val: &&String) -> ArrayObject
fn from(val: &&String) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&f32> for ArrayObject
impl From<&&f32> for ArrayObject
Source§fn from(val: &&f32) -> ArrayObject
fn from(val: &&f32) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&f64> for ArrayObject
impl From<&&f64> for ArrayObject
Source§fn from(val: &&f64) -> ArrayObject
fn from(val: &&f64) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&i128> for ArrayObject
impl From<&&i128> for ArrayObject
Source§fn from(val: &&i128) -> ArrayObject
fn from(val: &&i128) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&i16> for ArrayObject
impl From<&&i16> for ArrayObject
Source§fn from(val: &&i16) -> ArrayObject
fn from(val: &&i16) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&i32> for ArrayObject
impl From<&&i32> for ArrayObject
Source§fn from(val: &&i32) -> ArrayObject
fn from(val: &&i32) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&i64> for ArrayObject
impl From<&&i64> for ArrayObject
Source§fn from(val: &&i64) -> ArrayObject
fn from(val: &&i64) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&i8> for ArrayObject
impl From<&&i8> for ArrayObject
Source§fn from(val: &&i8) -> ArrayObject
fn from(val: &&i8) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&isize> for ArrayObject
impl From<&&isize> for ArrayObject
Source§fn from(val: &&isize) -> ArrayObject
fn from(val: &&isize) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&str> for ArrayObject
impl From<&&str> for ArrayObject
Source§fn from(val: &&str) -> ArrayObject
fn from(val: &&str) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&u128> for ArrayObject
impl From<&&u128> for ArrayObject
Source§fn from(val: &&u128) -> ArrayObject
fn from(val: &&u128) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&u16> for ArrayObject
impl From<&&u16> for ArrayObject
Source§fn from(val: &&u16) -> ArrayObject
fn from(val: &&u16) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&u32> for ArrayObject
impl From<&&u32> for ArrayObject
Source§fn from(val: &&u32) -> ArrayObject
fn from(val: &&u32) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&u64> for ArrayObject
impl From<&&u64> for ArrayObject
Source§fn from(val: &&u64) -> ArrayObject
fn from(val: &&u64) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&u8> for ArrayObject
impl From<&&u8> for ArrayObject
Source§fn from(val: &&u8) -> ArrayObject
fn from(val: &&u8) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&&usize> for ArrayObject
impl From<&&usize> for ArrayObject
Source§fn from(val: &&usize) -> ArrayObject
fn from(val: &&usize) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&String> for ArrayObject
impl From<&String> for ArrayObject
Source§fn from(val: &String) -> ArrayObject
fn from(val: &String) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&f32> for ArrayObject
impl From<&f32> for ArrayObject
Source§fn from(val: &f32) -> ArrayObject
fn from(val: &f32) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&f64> for ArrayObject
impl From<&f64> for ArrayObject
Source§fn from(val: &f64) -> ArrayObject
fn from(val: &f64) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&i128> for ArrayObject
impl From<&i128> for ArrayObject
Source§fn from(val: &i128) -> ArrayObject
fn from(val: &i128) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&i16> for ArrayObject
impl From<&i16> for ArrayObject
Source§fn from(val: &i16) -> ArrayObject
fn from(val: &i16) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&i32> for ArrayObject
impl From<&i32> for ArrayObject
Source§fn from(val: &i32) -> ArrayObject
fn from(val: &i32) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&i64> for ArrayObject
impl From<&i64> for ArrayObject
Source§fn from(val: &i64) -> ArrayObject
fn from(val: &i64) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&i8> for ArrayObject
impl From<&i8> for ArrayObject
Source§fn from(val: &i8) -> ArrayObject
fn from(val: &i8) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&isize> for ArrayObject
impl From<&isize> for ArrayObject
Source§fn from(val: &isize) -> ArrayObject
fn from(val: &isize) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&str> for ArrayObject
impl From<&str> for ArrayObject
Source§fn from(val: &str) -> ArrayObject
fn from(val: &str) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&u128> for ArrayObject
impl From<&u128> for ArrayObject
Source§fn from(val: &u128) -> ArrayObject
fn from(val: &u128) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&u16> for ArrayObject
impl From<&u16> for ArrayObject
Source§fn from(val: &u16) -> ArrayObject
fn from(val: &u16) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&u32> for ArrayObject
impl From<&u32> for ArrayObject
Source§fn from(val: &u32) -> ArrayObject
fn from(val: &u32) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&u64> for ArrayObject
impl From<&u64> for ArrayObject
Source§fn from(val: &u64) -> ArrayObject
fn from(val: &u64) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&u8> for ArrayObject
impl From<&u8> for ArrayObject
Source§fn from(val: &u8) -> ArrayObject
fn from(val: &u8) -> ArrayObject
Converts to this type from the input type.
Source§impl From<&usize> for ArrayObject
impl From<&usize> for ArrayObject
Source§fn from(val: &usize) -> ArrayObject
fn from(val: &usize) -> ArrayObject
Converts to this type from the input type.
Source§impl From<String> for ArrayObject
impl From<String> for ArrayObject
Source§fn from(val: String) -> ArrayObject
fn from(val: String) -> ArrayObject
Converts to this type from the input type.
Source§impl From<f32> for ArrayObject
impl From<f32> for ArrayObject
Source§fn from(val: f32) -> ArrayObject
fn from(val: f32) -> ArrayObject
Converts to this type from the input type.
Source§impl From<f64> for ArrayObject
impl From<f64> for ArrayObject
Source§fn from(val: f64) -> ArrayObject
fn from(val: f64) -> ArrayObject
Converts to this type from the input type.
Source§impl From<i128> for ArrayObject
impl From<i128> for ArrayObject
Source§fn from(val: i128) -> ArrayObject
fn from(val: i128) -> ArrayObject
Converts to this type from the input type.
Source§impl From<i16> for ArrayObject
impl From<i16> for ArrayObject
Source§fn from(val: i16) -> ArrayObject
fn from(val: i16) -> ArrayObject
Converts to this type from the input type.
Source§impl From<i32> for ArrayObject
impl From<i32> for ArrayObject
Source§fn from(val: i32) -> ArrayObject
fn from(val: i32) -> ArrayObject
Converts to this type from the input type.
Source§impl From<i64> for ArrayObject
impl From<i64> for ArrayObject
Source§fn from(val: i64) -> ArrayObject
fn from(val: i64) -> ArrayObject
Converts to this type from the input type.
Source§impl From<i8> for ArrayObject
impl From<i8> for ArrayObject
Source§fn from(val: i8) -> ArrayObject
fn from(val: i8) -> ArrayObject
Converts to this type from the input type.
Source§impl From<isize> for ArrayObject
impl From<isize> for ArrayObject
Source§fn from(val: isize) -> ArrayObject
fn from(val: isize) -> ArrayObject
Converts to this type from the input type.
Source§impl From<u128> for ArrayObject
impl From<u128> for ArrayObject
Source§fn from(val: u128) -> ArrayObject
fn from(val: u128) -> ArrayObject
Converts to this type from the input type.
Source§impl From<u16> for ArrayObject
impl From<u16> for ArrayObject
Source§fn from(val: u16) -> ArrayObject
fn from(val: u16) -> ArrayObject
Converts to this type from the input type.
Source§impl From<u32> for ArrayObject
impl From<u32> for ArrayObject
Source§fn from(val: u32) -> ArrayObject
fn from(val: u32) -> ArrayObject
Converts to this type from the input type.
Source§impl From<u64> for ArrayObject
impl From<u64> for ArrayObject
Source§fn from(val: u64) -> ArrayObject
fn from(val: u64) -> ArrayObject
Converts to this type from the input type.
Source§impl From<u8> for ArrayObject
impl From<u8> for ArrayObject
Source§fn from(val: u8) -> ArrayObject
fn from(val: u8) -> ArrayObject
Converts to this type from the input type.
Source§impl From<usize> for ArrayObject
impl From<usize> for ArrayObject
Source§fn from(val: usize) -> ArrayObject
fn from(val: usize) -> ArrayObject
Converts to this type from the input type.
Source§impl Pack for ArrayObject
impl Pack for ArrayObject
Source§impl PartialEq for ArrayObject
impl PartialEq for ArrayObject
Source§impl TryFrom<ArrayObject> for VecVecShape<f32>
impl TryFrom<ArrayObject> for VecVecShape<f32>
Source§fn try_from(
val: ArrayObject,
) -> Result<VecVecShape<f32>, <VecVecShape<f32> as TryFrom<ArrayObject>>::Error>
fn try_from( val: ArrayObject, ) -> Result<VecVecShape<f32>, <VecVecShape<f32> as TryFrom<ArrayObject>>::Error>
Performs the conversion.
Source§impl TryFrom<ArrayObject> for VecVecShape<f64>
impl TryFrom<ArrayObject> for VecVecShape<f64>
Source§fn try_from(
val: ArrayObject,
) -> Result<VecVecShape<f64>, <VecVecShape<f64> as TryFrom<ArrayObject>>::Error>
fn try_from( val: ArrayObject, ) -> Result<VecVecShape<f64>, <VecVecShape<f64> as TryFrom<ArrayObject>>::Error>
Performs the conversion.
Source§impl TryFrom<VecVecShape<f32>> for ArrayObject
impl TryFrom<VecVecShape<f32>> for ArrayObject
Source§fn try_from(
_: VecVecShape<f32>,
) -> Result<ArrayObject, <ArrayObject as TryFrom<VecVecShape<f32>>>::Error>
fn try_from( _: VecVecShape<f32>, ) -> Result<ArrayObject, <ArrayObject as TryFrom<VecVecShape<f32>>>::Error>
Performs the conversion.
Source§impl TryFrom<VecVecShape<f64>> for ArrayObject
impl TryFrom<VecVecShape<f64>> for ArrayObject
Source§fn try_from(
_: VecVecShape<f64>,
) -> Result<ArrayObject, <ArrayObject as TryFrom<VecVecShape<f64>>>::Error>
fn try_from( _: VecVecShape<f64>, ) -> Result<ArrayObject, <ArrayObject as TryFrom<VecVecShape<f64>>>::Error>
Performs the conversion.
Source§impl Unpack for ArrayObject
impl Unpack for ArrayObject
impl StructuralPartialEq for ArrayObject
Auto Trait Implementations§
impl Freeze for ArrayObject
impl RefUnwindSafe for ArrayObject
impl Send for ArrayObject
impl Sync for ArrayObject
impl Unpin for ArrayObject
impl UnwindSafe for ArrayObject
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