pub enum FactorUpdateType {
Eta = 0,
Ft = 1,
}
Expand description
Enum representing the factor update type.
Variants§
Trait Implementations§
Source§impl Clone for FactorUpdateType
impl Clone for FactorUpdateType
Source§fn clone(&self) -> FactorUpdateType
fn clone(&self) -> FactorUpdateType
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 moreSource§impl Debug for FactorUpdateType
impl Debug for FactorUpdateType
Source§impl From<FactorUpdateType> for i32
impl From<FactorUpdateType> for i32
Source§fn from(param: FactorUpdateType) -> i32
fn from(param: FactorUpdateType) -> i32
Converts to this type from the input type.
Source§impl PartialEq for FactorUpdateType
impl PartialEq for FactorUpdateType
impl Copy for FactorUpdateType
impl Eq for FactorUpdateType
impl StructuralPartialEq for FactorUpdateType
Auto Trait Implementations§
impl Freeze for FactorUpdateType
impl RefUnwindSafe for FactorUpdateType
impl Send for FactorUpdateType
impl Sync for FactorUpdateType
impl Unpin for FactorUpdateType
impl UnwindSafe for FactorUpdateType
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