pub struct SupervisionFrame {
pub residual: ScalarField,
pub trust: ScalarField,
pub alpha: ScalarField,
pub intervention: ScalarField,
pub proxies: ProxyFields,
pub state: StateField,
}Fields§
§residual: ScalarField§trust: ScalarField§alpha: ScalarField§intervention: ScalarField§proxies: ProxyFields§state: StateFieldTrait Implementations§
Source§impl Clone for SupervisionFrame
impl Clone for SupervisionFrame
Source§fn clone(&self) -> SupervisionFrame
fn clone(&self) -> SupervisionFrame
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SupervisionFrame
impl RefUnwindSafe for SupervisionFrame
impl Send for SupervisionFrame
impl Sync for SupervisionFrame
impl Unpin for SupervisionFrame
impl UnsafeUnpin for SupervisionFrame
impl UnwindSafe for SupervisionFrame
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