Struct lal::StickyOptions [] [src]

pub struct StickyOptions {
    pub env: Option<String>,
}

Representation of .lal/opts

This contains the currently supported, directory-wide, sticky options.

Fields

Environment to be used implicitally instead of the default

Methods

impl StickyOptions
[src]

[src]

Initialize a StickyOptions with defaults

[src]

Read and deserialize a StickyOptions from .lal/opts

[src]

Overwrite .lal/opts with current settings

[src]

Delete local .lal/opts

Trait Implementations

impl Clone for StickyOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for StickyOptions
[src]

[src]

Returns the "default value" for a type. Read more