Struct reform::structure::BorrowedVarInfo[][src]

pub struct BorrowedVarInfo<'a> {
    pub global_info: &'a GlobalVarInfo,
    pub local_info: &'a LocalVarInfo,
}

Fields

Trait Implementations

impl<'a> Debug for BorrowedVarInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for BorrowedVarInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for BorrowedVarInfo<'a>

impl<'a> Sync for BorrowedVarInfo<'a>