Struct lolapi::dto::BlockItem
[−]
[src]
pub struct BlockItem {
pub count: i32,
pub id: i32,
}Fields
count: i32
id: i32
Trait Implementations
impl Clone for BlockItem[src]
fn clone(&self) -> BlockItem[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