Struct ryna::object::RynaLambda
source · pub struct RynaLambda {
pub loc: usize,
pub captures: Vec<Object>,
pub args_type: Box<Type>,
pub ret_type: Box<Type>,
}Fields§
§loc: usize§captures: Vec<Object>§args_type: Box<Type>§ret_type: Box<Type>Trait Implementations§
source§impl Clone for RynaLambda
impl Clone for RynaLambda
source§fn clone(&self) -> RynaLambda
fn clone(&self) -> RynaLambda
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 RynaLambda
impl Debug for RynaLambda
source§impl Deref<RynaLambda> for ObjectBlock
impl Deref<RynaLambda> for ObjectBlock
fn deref(&self) -> &mut RynaLambda
source§impl<'de> Deserialize<'de> for RynaLambda
impl<'de> Deserialize<'de> for RynaLambda
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Get<RynaLambda> for ObjectBlock
impl Get<RynaLambda> for ObjectBlock
fn get(&self) -> &RynaLambda
source§impl GetMut<RynaLambda> for ObjectBlock
impl GetMut<RynaLambda> for ObjectBlock
fn get(&mut self) -> &mut RynaLambda
source§impl PartialEq for RynaLambda
impl PartialEq for RynaLambda
source§impl RynaData for RynaLambda
impl RynaData for RynaLambda
fn data(self) -> ObjectBlock
source§impl Serialize for RynaLambda
impl Serialize for RynaLambda
impl StructuralPartialEq for RynaLambda
Auto Trait Implementations§
impl Freeze for RynaLambda
impl !RefUnwindSafe for RynaLambda
impl !Send for RynaLambda
impl !Sync for RynaLambda
impl Unpin for RynaLambda
impl !UnwindSafe for RynaLambda
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)