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