Enum Body
stellar_client::endpoint
pub enum Body { None, }
Represents the body of a request to an IntoRequest.
None
Declares that the endpoint does not have a body.
impl Debug for Body
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for Body
impl Sync for Body