pub enum GatedDeltaDecayParameterization {
LogRate,
NegativeRate,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GatedDeltaDecayParameterization
impl Clone for GatedDeltaDecayParameterization
Source§fn clone(&self) -> GatedDeltaDecayParameterization
fn clone(&self) -> GatedDeltaDecayParameterization
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 moreimpl Copy for GatedDeltaDecayParameterization
impl Eq for GatedDeltaDecayParameterization
impl StructuralPartialEq for GatedDeltaDecayParameterization
Auto Trait Implementations§
impl Freeze for GatedDeltaDecayParameterization
impl RefUnwindSafe for GatedDeltaDecayParameterization
impl Send for GatedDeltaDecayParameterization
impl Sync for GatedDeltaDecayParameterization
impl Unpin for GatedDeltaDecayParameterization
impl UnsafeUnpin for GatedDeltaDecayParameterization
impl UnwindSafe for GatedDeltaDecayParameterization
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