pub struct AssignmentRule {
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§
Source§impl Clone for AssignmentRule
impl Clone for AssignmentRule
Source§fn clone(&self) -> AssignmentRule
fn clone(&self) -> AssignmentRule
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 AssignmentRule
impl Debug for AssignmentRule
Source§impl Default for AssignmentRule
impl Default for AssignmentRule
Source§fn default() -> AssignmentRule
fn default() -> AssignmentRule
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AssignmentRule
impl RefUnwindSafe for AssignmentRule
impl Send for AssignmentRule
impl Sync for AssignmentRule
impl Unpin for AssignmentRule
impl UnwindSafe for AssignmentRule
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