Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

[][src]Struct leetcode_cli::cfg::Urls

pub struct Urls {
    pub base: String,
    pub graphql: String,
    pub login: String,
    pub problems: String,
    pub problem: String,
    pub test: String,
    pub session: String,
    pub submit: String,
    pub submissions: String,
    pub submission: String,
    pub verify: String,
    pub favorites: String,
    pub favorite_delete: String,
}

Leetcode API

Fields

base: Stringgraphql: Stringlogin: Stringproblems: Stringproblem: Stringtest: Stringsession: Stringsubmit: Stringsubmissions: Stringsubmission: Stringverify: Stringfavorites: Stringfavorite_delete: String

Trait Implementations

impl Clone for Urls[src]

impl Debug for Urls[src]

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

impl Serialize 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: Deserialize<'de>, 
[src]

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

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

impl<T> IntoSql for T[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,