pub struct PortablePreprocessingResult {
pub kind: String,
pub params: Vec<f64>,
}Fields§
§kind: String§params: Vec<f64>Trait Implementations§
Source§impl Clone for PortablePreprocessingResult
impl Clone for PortablePreprocessingResult
Source§fn clone(&self) -> PortablePreprocessingResult
fn clone(&self) -> PortablePreprocessingResult
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 PortablePreprocessingResult
impl Debug for PortablePreprocessingResult
Source§impl PartialEq for PortablePreprocessingResult
impl PartialEq for PortablePreprocessingResult
Source§fn eq(&self, other: &PortablePreprocessingResult) -> bool
fn eq(&self, other: &PortablePreprocessingResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PortablePreprocessingResult
Auto Trait Implementations§
impl Freeze for PortablePreprocessingResult
impl RefUnwindSafe for PortablePreprocessingResult
impl Send for PortablePreprocessingResult
impl Sync for PortablePreprocessingResult
impl Unpin for PortablePreprocessingResult
impl UnsafeUnpin for PortablePreprocessingResult
impl UnwindSafe for PortablePreprocessingResult
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