pub struct FunctionWithBody {
pub declaration: FunctionDeclaration,
pub body: Expression,
}
Fields§
§declaration: FunctionDeclaration
§body: Expression
Trait Implementations§
Source§impl Clone for FunctionWithBody
impl Clone for FunctionWithBody
Source§fn clone(&self) -> FunctionWithBody
fn clone(&self) -> FunctionWithBody
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 moreAuto Trait Implementations§
impl Freeze for FunctionWithBody
impl RefUnwindSafe for FunctionWithBody
impl Send for FunctionWithBody
impl Sync for FunctionWithBody
impl Unpin for FunctionWithBody
impl UnwindSafe for FunctionWithBody
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