pub struct HostSupervisionOutputs {
pub residual: ScalarField,
pub trust: ScalarField,
pub alpha: ScalarField,
pub intervention: ScalarField,
pub proxies: HostProxyFields,
pub state: StateField,
}Fields§
§residual: ScalarField§trust: ScalarField§alpha: ScalarField§intervention: ScalarField§proxies: HostProxyFields§state: StateFieldTrait Implementations§
Source§impl Clone for HostSupervisionOutputs
impl Clone for HostSupervisionOutputs
Source§fn clone(&self) -> HostSupervisionOutputs
fn clone(&self) -> HostSupervisionOutputs
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 HostSupervisionOutputs
impl RefUnwindSafe for HostSupervisionOutputs
impl Send for HostSupervisionOutputs
impl Sync for HostSupervisionOutputs
impl Unpin for HostSupervisionOutputs
impl UnsafeUnpin for HostSupervisionOutputs
impl UnwindSafe for HostSupervisionOutputs
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