Enum move_lang::parser::ast::FunctionBody_
source · pub enum FunctionBody_ {
Defined(Sequence),
Native,
}
Variants§
Trait Implementations§
source§impl Clone for FunctionBody_
impl Clone for FunctionBody_
source§fn clone(&self) -> FunctionBody_
fn clone(&self) -> FunctionBody_
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 FunctionBody_
impl Debug for FunctionBody_
source§impl PartialEq<FunctionBody_> for FunctionBody_
impl PartialEq<FunctionBody_> for FunctionBody_
source§fn eq(&self, other: &FunctionBody_) -> bool
fn eq(&self, other: &FunctionBody_) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.