pub struct AccumNodeState {
pub value: f64,
}
Fields§
§value: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccumNodeState
impl RefUnwindSafe for AccumNodeState
impl Send for AccumNodeState
impl Sync for AccumNodeState
impl Unpin for AccumNodeState
impl UnwindSafe for AccumNodeState
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