pub struct ParameterLayout { /* private fields */ }Expand description
Отображение параметров распределения на диапазоны в плоском beta-векторе.
Используется для introspection модели: распаковки коэффициентов, построения diagnostics и передачи информации внешним оптимизаторам.
Implementations§
Trait Implementations§
Source§impl Clone for ParameterLayout
impl Clone for ParameterLayout
Source§fn clone(&self) -> ParameterLayout
fn clone(&self) -> ParameterLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParameterLayout
impl Debug for ParameterLayout
impl Eq for ParameterLayout
Source§impl PartialEq for ParameterLayout
impl PartialEq for ParameterLayout
Source§fn eq(&self, other: &ParameterLayout) -> bool
fn eq(&self, other: &ParameterLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParameterLayout
Auto Trait Implementations§
impl Freeze for ParameterLayout
impl RefUnwindSafe for ParameterLayout
impl Send for ParameterLayout
impl Sync for ParameterLayout
impl Unpin for ParameterLayout
impl UnsafeUnpin for ParameterLayout
impl UnwindSafe for ParameterLayout
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