Struct derive_builder_core::Bindings[][src]

pub struct Bindings {
    pub no_std: bool,
}

Bindings to be used by the generated code.

Fields

Whether the generated code should comply with #![no_std].

Methods

impl Bindings
[src]

String type.

Result type.

Option type.

PhantomData type.

Default trait.

Clone trait.

Into trait.

TryInto trait.

Trait Implementations

impl Debug for Bindings
[src]

Formats the value using the given formatter. Read more

impl Clone for Bindings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Bindings
[src]

impl Default for Bindings
[src]

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

Auto Trait Implementations

impl Send for Bindings

impl Sync for Bindings