pub struct LispLambda { /* private fields */ }
Expand description
Function created using lambda
.
Implementations§
Source§impl LispLambda
impl LispLambda
Trait Implementations§
Source§impl Clone for LispLambda
impl Clone for LispLambda
Source§fn clone(&self) -> LispLambda
fn clone(&self) -> LispLambda
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LispLambda
impl Debug for LispLambda
Source§impl LispCallable for LispLambda
impl LispCallable for LispLambda
Auto Trait Implementations§
impl Freeze for LispLambda
impl !RefUnwindSafe for LispLambda
impl !Send for LispLambda
impl !Sync for LispLambda
impl Unpin for LispLambda
impl !UnwindSafe for LispLambda
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