Struct twilight_http::response::marker::ListBody [−][src]
pub struct ListBody<T> { /* fields omitted */ }Expand description
Marker that a response has a list of something.
May be used via the Response::models.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ListBody<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for ListBody<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more