pub struct ListOfRules {
pub assignment_rules: Vec<TagIndex>,
pub rate_rules: Vec<TagIndex>,
pub parent: Option<TagIndex>,
}
Fields§
§assignment_rules: Vec<TagIndex>
§rate_rules: Vec<TagIndex>
§parent: Option<TagIndex>
Trait Implementations§
Source§impl Clone for ListOfRules
impl Clone for ListOfRules
Source§fn clone(&self) -> ListOfRules
fn clone(&self) -> ListOfRules
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 ListOfRules
impl Debug for ListOfRules
Source§impl Default for ListOfRules
impl Default for ListOfRules
Source§fn default() -> ListOfRules
fn default() -> ListOfRules
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListOfRules
impl RefUnwindSafe for ListOfRules
impl Send for ListOfRules
impl Sync for ListOfRules
impl Unpin for ListOfRules
impl UnwindSafe for ListOfRules
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