pub struct TermOptions {
pub cur_num: Vec<i64>,
pub formula: GenerateFormula,
pub terms_len: i64,
pub schema: TermSchema,
pub max: i64,
pub min: i64,
pub previos_term: Option<i64>,
}Fields§
§cur_num: Vec<i64>§formula: GenerateFormula§terms_len: i64§schema: TermSchema§max: i64§min: i64§previos_term: Option<i64>Auto Trait Implementations§
impl Freeze for TermOptions
impl RefUnwindSafe for TermOptions
impl Send for TermOptions
impl Sync for TermOptions
impl Unpin for TermOptions
impl UnwindSafe for TermOptions
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