Struct ao_rs::Settings [] [src]

pub struct Settings { /* fields omitted */ }

Ao settings.

Methods

impl Settings
[src]

[src]

Creates empty settings.

[src]

Appends a new setting to the list.

Panics

If the passed string or value contain inner zero bytes.

[src]

Returns the contained AoOption pointer.

Trait Implementations

impl Drop for Settings
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Settings

impl !Sync for Settings