ClientInformation

Trait ClientInformation 

Source
pub trait ClientInformation {
    const URL: &'static str;
    const SORT: &'static str;
}

Required Associated Constants§

Source

const URL: &'static str

Source

const SORT: &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl ClientInformation for DanbooruClient

Source§

const URL: &'static str = "https://danbooru.donmai.us"

Source§

const SORT: &'static str = "order:"

Source§

impl ClientInformation for GelbooruClient

Source§

const URL: &'static str = "https://gelbooru.com"

Source§

const SORT: &'static str = "sort:"

Source§

impl ClientInformation for SafebooruClient

Source§

const URL: &'static str = "https://safebooru.org"

Source§

const SORT: &'static str = "sort:"