pub struct Scheme<'a> {
pub builtins: Vec<BuiltinConstructor<'a>>,
pub type_declarations: Vec<Constructor<'a>>,
pub fn_declarations: Vec<Constructor<'a>>,
}Fields
builtins: Vec<BuiltinConstructor<'a>>type_declarations: Vec<Constructor<'a>>fn_declarations: Vec<Constructor<'a>>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Scheme<'a>
impl<'a> Send for Scheme<'a>
impl<'a> Sync for Scheme<'a>
impl<'a> Unpin for Scheme<'a>
impl<'a> UnwindSafe for Scheme<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more