Trait r::callable::core::CallableClone

source ·
pub trait CallableClone: Callable {
    // Required method
    fn callable_clone(&self) -> Box<dyn Builtin>;
}

Required Methods§

source

fn callable_clone(&self) -> Box<dyn Builtin>

Implementations on Foreign Types§

source§

impl CallableClone for String
where Self: Callable,

Implementors§

source§

impl CallableClone for KeywordBlock
where Self: Callable,

source§

impl CallableClone for KeywordFor
where Self: Callable,

source§

impl CallableClone for KeywordIf
where Self: Callable,

source§

impl CallableClone for KeywordList
where Self: Callable,

source§

impl CallableClone for KeywordParen
where Self: Callable,

source§

impl CallableClone for KeywordRepeat
where Self: Callable,

source§

impl CallableClone for KeywordReturn
where Self: Callable,

source§

impl CallableClone for KeywordVec
where Self: Callable,

source§

impl CallableClone for KeywordWhile
where Self: Callable,

source§

impl CallableClone for InfixAdd
where Self: Callable,

source§

impl CallableClone for InfixAnd
where Self: Callable,

source§

impl CallableClone for InfixAssign
where Self: Callable,

source§

impl CallableClone for InfixColon
where Self: Callable,

source§

impl CallableClone for InfixDiv
where Self: Callable,

source§

impl CallableClone for InfixDollar
where Self: Callable,

source§

impl CallableClone for InfixEqual
where Self: Callable,

source§

impl CallableClone for InfixGreater
where Self: Callable,

source§

impl CallableClone for InfixGreaterEqual
where Self: Callable,

source§

impl CallableClone for InfixLess
where Self: Callable,

source§

impl CallableClone for InfixLessEqual
where Self: Callable,

source§

impl CallableClone for InfixMod
where Self: Callable,

source§

impl CallableClone for InfixMul
where Self: Callable,

source§

impl CallableClone for InfixNotEqual
where Self: Callable,

source§

impl CallableClone for InfixOr
where Self: Callable,

source§

impl CallableClone for InfixPipe
where Self: Callable,

source§

impl CallableClone for InfixPow
where Self: Callable,

source§

impl CallableClone for InfixSub
where Self: Callable,

source§

impl CallableClone for InfixVectorAnd
where Self: Callable,

source§

impl CallableClone for InfixVectorOr
where Self: Callable,

source§

impl CallableClone for PostfixIndex
where Self: Callable,

source§

impl CallableClone for PostfixPack
where Self: Callable,

source§

impl CallableClone for PostfixVecIndex
where Self: Callable,

source§

impl CallableClone for PrefixNot
where Self: Callable,

source§

impl CallableClone for PrefixPack
where Self: Callable,

source§

impl CallableClone for PrefixSub
where Self: Callable,

source§

impl CallableClone for PrimitiveC
where Self: Callable,

source§

impl CallableClone for PrimitiveCallstack
where Self: Callable,

source§

impl CallableClone for PrimitiveEnvironment
where Self: Callable,

source§

impl CallableClone for PrimitiveEval
where Self: Callable,

source§

impl CallableClone for PrimitiveIsNull
where Self: Callable,

source§

impl CallableClone for PrimitiveLength
where Self: Callable,

source§

impl CallableClone for PrimitiveList
where Self: Callable,

source§

impl CallableClone for PrimitiveNames
where Self: Callable,

source§

impl CallableClone for PrimitiveParent
where Self: Callable,

source§

impl CallableClone for PrimitivePaste
where Self: Callable,

source§

impl CallableClone for PrimitivePrint
where Self: Callable,

source§

impl CallableClone for PrimitiveQ
where Self: Callable,

source§

impl CallableClone for PrimitiveQuote
where Self: Callable,

source§

impl CallableClone for PrimitiveRnorm
where Self: Callable,

source§

impl CallableClone for PrimitiveRunif
where Self: Callable,

source§

impl CallableClone for PrimitiveSubstitute
where Self: Callable,

source§

impl CallableClone for PrimitiveSum
where Self: Callable,

source§

impl CallableClone for PrimitiveTypeOf
where Self: Callable,