Struct ezno_checker::types::functions::SynthesisedParameters
source · pub struct SynthesisedParameters {
pub parameters: Vec<SynthesisedParameter>,
pub rest_parameter: Option<SynthesisedRestParameter>,
}Expand description
A type of a collection of function parameters
This applies for source functions
Fields§
§parameters: Vec<SynthesisedParameter>§rest_parameter: Option<SynthesisedRestParameter>Trait Implementations§
source§impl Clone for SynthesisedParameters
impl Clone for SynthesisedParameters
source§fn clone(&self) -> SynthesisedParameters
fn clone(&self) -> SynthesisedParameters
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 SynthesisedParameters
impl Debug for SynthesisedParameters
source§impl Default for SynthesisedParameters
impl Default for SynthesisedParameters
source§fn default() -> SynthesisedParameters
fn default() -> SynthesisedParameters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SynthesisedParameters
impl Send for SynthesisedParameters
impl Sync for SynthesisedParameters
impl Unpin for SynthesisedParameters
impl UnwindSafe for SynthesisedParameters
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