Struct donet_core::parser::ast::ParameterField
source · pub struct ParameterField {
pub parameter: Parameter,
pub keywords: Vec<String>,
}
Expand description
Paired with the parameter_field
production in the Context Free Grammar.
Fields§
§parameter: Parameter
§keywords: Vec<String>
Trait Implementations§
source§impl Clone for ParameterField
impl Clone for ParameterField
source§fn clone(&self) -> ParameterField
fn clone(&self) -> ParameterField
Returns a copy 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 ParameterField
impl Debug for ParameterField
Auto Trait Implementations§
impl Freeze for ParameterField
impl RefUnwindSafe for ParameterField
impl Send for ParameterField
impl Sync for ParameterField
impl Unpin for ParameterField
impl UnwindSafe for ParameterField
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)