Enum stellar_client::endpoint::Body[][src]

pub enum Body {
    None,
}

Represents the body of a request to an IntoRequest.

Variants

Declares that the endpoint does not have a body.

Trait Implementations

impl Debug for Body
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Body

impl Sync for Body