Struct proxer::api::info::GetComments [] [src]

pub struct GetComments {
    pub id: usize,
    pub p: Option<usize>,
    pub limit: Option<usize>,
    pub sort: Option<String>,
}

Fields

Trait Implementations

impl Debug for GetComments
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetComments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Endpoint for GetComments
[src]

impl PageableEndpoint for GetComments
[src]

[src]

[src]

[src]