Struct spaceapi::StatusBuilder [] [src]

pub struct StatusBuilder { /* fields omitted */ }

Builder for the Status object.

Methods

impl StatusBuilder
[src]

Add an extension to the Status object.

The prefix ext_ will automatically be prepended to the name during serialization, if not already present.

Trait Implementations

impl Default for StatusBuilder
[src]

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

impl Debug for StatusBuilder
[src]

Formats the value using the given formatter.

impl Clone for StatusBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more