pub struct WithData {
pub tensor: CausalTensor<f64>,
pub records_count: usize,
}Expand description
State after data has been successfully loaded.
Fields§
§tensor: CausalTensor<f64>§records_count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for WithData
impl RefUnwindSafe for WithData
impl Send for WithData
impl Sync for WithData
impl Unpin for WithData
impl UnsafeUnpin for WithData
impl UnwindSafe for WithData
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