Struct proxer::parameter::UserGetLatestComments [] [src]

pub struct UserGetLatestComments {
    pub uid: Option<usize>,
    pub username: Option<String>,
    pub kat: Option<String>,
    pub length: Option<u64>,
    pub p: Option<u64>,
    pub limit: Option<u64>,
}

Fields

Trait Implementations

impl Debug for UserGetLatestComments
[src]

[src]

Formats the value using the given formatter.

impl Clone for UserGetLatestComments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more