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
id: usize
p: Option<usize>
limit: Option<usize>
sort: Option<String>
Trait Implementations
impl Debug for GetComments
[src]
impl Clone for GetComments
[src]
fn clone(&self) -> GetComments
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more