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]

[src]

String type.

[src]

Result type.

[src]

Option type.

[src]

PhantomData type.

[src]

Default trait.

[src]

Clone trait.

[src]

Into trait.

[src]

TryInto trait.

Trait Implementations

impl Debug for Bindings
[src]

[src]

Formats the value using the given formatter.

impl Clone for Bindings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Bindings
[src]

impl Default for Bindings
[src]

[src]

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