Struct bilibili_api_rs::api::ApiRequest [−][src]
pub struct ApiRequest { /* fields omitted */ }Expand description
Store api request that is going to emit.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ApiRequest
impl Send for ApiRequest
impl Sync for ApiRequest
impl Unpin for ApiRequest
impl !UnwindSafe for ApiRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more