Struct serenity::http::request::Request[][src]

pub struct Request<'a> { /* fields omitted */ }

Methods

impl<'a> Request<'a>
[src]

Trait Implementations

impl<'a> Clone for Request<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Request<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Request<'a>

impl<'a> !Sync for Request<'a>