Struct fungi_lang::hostobj::Ops[][src]

pub struct Ops<X> { /* fields omitted */ }

zero-sized struct to implement the ast::HostObjOps trait

Trait Implementations

impl<X: 'static + Debug + Hash + Eq + PartialEq + Clone> HostObjOps for Ops<X>
[src]

Use the PartialEq, Hash and Debug implementations of the type X.

Auto Trait Implementations

impl<X> Send for Ops<X> where
    X: Send

impl<X> Sync for Ops<X> where
    X: Sync