pub enum OutputValues {
Float(Vec<Vec<f64>>),
Integer(Vec<Vec<i32>>),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OutputValues
impl Clone for OutputValues
Source§fn clone(&self) -> OutputValues
fn clone(&self) -> OutputValues
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OutputValues
impl Debug for OutputValues
Source§impl PartialEq for OutputValues
impl PartialEq for OutputValues
impl StructuralPartialEq for OutputValues
Auto Trait Implementations§
impl Freeze for OutputValues
impl RefUnwindSafe for OutputValues
impl Send for OutputValues
impl Sync for OutputValues
impl Unpin for OutputValues
impl UnsafeUnpin for OutputValues
impl UnwindSafe for OutputValues
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