Struct ezno_parser::functions::SuperParameter
source · pub struct SuperParameter {
pub constraint: TypeAnnotation,
pub position: Span,
}
Expand description
TODO WIP!
Fields§
§constraint: TypeAnnotation
§position: Span
Trait Implementations§
source§impl Clone for SuperParameter
impl Clone for SuperParameter
source§fn clone(&self) -> SuperParameter
fn clone(&self) -> SuperParameter
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 SuperParameter
impl Debug for SuperParameter
source§impl PartialEq for SuperParameter
impl PartialEq for SuperParameter
source§impl SelfRustTokenize for SuperParameter
impl SelfRustTokenize for SuperParameter
fn append_to_token_stream(&self, token_stream: &mut TokenStream)
source§fn to_tokens(&self) -> TokenStream
fn to_tokens(&self) -> TokenStream
Returns the tokens used to construct self
source§impl Serialize for SuperParameter
impl Serialize for SuperParameter
source§impl Visitable for SuperParameter
impl Visitable for SuperParameter
fn visit<TData>( &self, visitors: &mut (impl VisitorReceiver<TData> + ?Sized), data: &mut TData, options: &VisitOptions, chain: &mut Annex<'_, Chain> )
fn visit_mut<TData>( &mut self, visitors: &mut (impl VisitorMutReceiver<TData> + ?Sized), data: &mut TData, options: &VisitOptions, chain: &mut Annex<'_, Chain> )
Auto Trait Implementations§
impl Freeze for SuperParameter
impl RefUnwindSafe for SuperParameter
impl Send for SuperParameter
impl Sync for SuperParameter
impl Unpin for SuperParameter
impl UnwindSafe for SuperParameter
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