pub struct RawSignal {
pub axis: PersonaAxis,
pub reward: f32,
pub weight: f32,
pub source_node_id: Uuid,
pub source_node_type: MemoryNodeType,
}Fields§
§axis: PersonaAxis§reward: f32§weight: f32§source_node_id: Uuid§source_node_type: MemoryNodeTypeTrait Implementations§
impl StructuralPartialEq for RawSignal
Auto Trait Implementations§
impl Freeze for RawSignal
impl RefUnwindSafe for RawSignal
impl Send for RawSignal
impl Sync for RawSignal
impl Unpin for RawSignal
impl UnsafeUnpin for RawSignal
impl UnwindSafe for RawSignal
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