Struct anchor_syn::parser::context::ModuleContext
source · pub struct ModuleContext<'krate> { /* private fields */ }
Expand description
Module parse context
Keeps track of items defined within a module.
Implementations§
Trait Implementations§
source§impl<'krate> Clone for ModuleContext<'krate>
impl<'krate> Clone for ModuleContext<'krate>
source§fn clone(&self) -> ModuleContext<'krate>
fn clone(&self) -> ModuleContext<'krate>
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 more