Struct fxbox_thinkerbell::ast::UncheckedCtx
[−]
[src]
pub struct UncheckedCtx;
A Context used to represent a script that hasn't been compiled yet.
pub struct UncheckedCtx;
A Context used to represent a script that hasn't been compiled yet.
impl Deserialize for UncheckedCtx
fn deserialize<__D>(deserializer: &mut __D) -> Result<UncheckedCtx, __D::Error> where __D: Deserializer
impl Serialize for UncheckedCtx
fn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer
impl Context for UncheckedCtx
impl Default for UncheckedCtx
fn default() -> UncheckedCtx