Struct example_rnn_regression::Record
source · pub(crate) struct Record {
pub(crate) target: f32,
pub(crate) b1: f32,
pub(crate) b2: f32,
pub(crate) b3: f32,
pub(crate) b4: f32,
pub(crate) b5: f32,
pub(crate) b6: f32,
pub(crate) b7: f32,
pub(crate) b8: f32,
pub(crate) b9: f32,
pub(crate) b10: f32,
}
Fields§
§target: f32
§b1: f32
§b2: f32
§b3: f32
§b4: f32
§b5: f32
§b6: f32
§b7: f32
§b8: f32
§b9: f32
§b10: f32
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Record
impl<'de> Deserialize<'de> for Record
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for Record
impl Send for Record
impl Sync for Record
impl Unpin for Record
impl UnwindSafe for Record
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