pub struct AdamState<B: Backend, const D: usize> { /* private fields */ }Expand description
Adam state.
Implementations§
Trait Implementations§
source§impl<B: Backend, const D: usize> Record<B> for AdamState<B, D>
impl<B: Backend, const D: usize> Record<B> for AdamState<B, D>
§type Item<S: PrecisionSettings> = AdamStateItem<B, D, S>
type Item<S: PrecisionSettings> = AdamStateItem<B, D, S>
Type of the item that can be serialized and deserialized.
Auto Trait Implementations§
impl<B, const D: usize> RefUnwindSafe for AdamState<B, D>
impl<B, const D: usize> Send for AdamState<B, D>
impl<B, const D: usize> Sync for AdamState<B, D>
impl<B, const D: usize> Unpin for AdamState<B, D>
impl<B, const D: usize> UnwindSafe for AdamState<B, D>
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