Trait torn_api::ApiSelectionResponse

source ·
pub trait ApiSelectionResponse:
    Send
    + Sync
    + From<ApiResponse>
    + 'static {
    // Required method
    fn into_inner(self) -> ApiResponse;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ApiSelectionResponse for torn_api::faction::Response

source§

impl ApiSelectionResponse for torn_api::key::Response

source§

impl ApiSelectionResponse for torn_api::market::Response

source§

impl ApiSelectionResponse for torn_api::torn::Response

source§

impl ApiSelectionResponse for torn_api::user::Response