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