[][src]Struct leetup::Urls

pub struct Urls {
    pub base: String,
    pub api: String,
    pub graphql: String,
    pub problems: String,
    pub problems_all: String,
    pub github_login: String,
    pub github_login_request: String,
    pub github_session_request: String,
    pub test: String,
    pub submit: String,
    pub submissions: String,
    pub submission: String,
    pub verify: String,
}

Fields

base: Stringapi: Stringgraphql: Stringproblems: Stringproblems_all: Stringgithub_login: Stringgithub_login_request: Stringgithub_session_request: Stringtest: Stringsubmit: Stringsubmissions: Stringsubmission: Stringverify: String

Trait Implementations

impl Clone for Urls[src]

impl Debug for Urls[src]

impl Default for Urls[src]

impl<'de> Deserialize<'de> for Urls[src]

Auto Trait Implementations

impl RefUnwindSafe for Urls

impl Send for Urls

impl Sync for Urls

impl Unpin for Urls

impl UnwindSafe for Urls

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.