pub struct RateRule {
pub id: Option<String>,
pub metaid: Option<String>,
pub variable: Option<String>,
pub sbo_term: Option<String>,
pub math: Option<TagIndex>,
pub parent: Option<TagIndex>,
}
Fields§
§id: Option<String>
§metaid: Option<String>
§variable: Option<String>
§sbo_term: Option<String>
§math: Option<TagIndex>
§parent: Option<TagIndex>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RateRule
impl RefUnwindSafe for RateRule
impl Send for RateRule
impl Sync for RateRule
impl Unpin for RateRule
impl UnwindSafe for RateRule
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