Struct prolog_parser::ast::CompositeOp[][src]

pub struct CompositeOp<'a, 'b> {
    pub op_dir: &'a OpDir,
    pub static_op_dir: Option<&'b OpDir>,
}

Fields

Trait Implementations

impl<'a, 'b> Clone for CompositeOp<'a, 'b>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, 'b> Copy for CompositeOp<'a, 'b>
[src]

Auto Trait Implementations

impl<'a, 'b> !Send for CompositeOp<'a, 'b>

impl<'a, 'b> !Sync for CompositeOp<'a, 'b>