Struct sublercli::Builder[][src]

pub struct Builder {
    pub atoms: Vec<Atom>,
}

Fields

Methods

impl Builder
[src]

Trait Implementations

impl Debug for Builder
[src]

Formats the value using the given formatter. Read more

impl Default for Builder
[src]

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

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder