Struct virtual_view::Order
[−]
[src]
pub struct Order { /* fields omitted */ }
Methods
impl Order[src]
fn new(
removes: Vec<(usize, Option<String>)>,
inserts: Vec<(Option<String>, usize)>
) -> Self[src]
removes: Vec<(usize, Option<String>)>,
inserts: Vec<(Option<String>, usize)>
) -> Self
fn removes(&self) -> &[(usize, Option<String>)][src]
fn inserts(&self) -> &[(Option<String>, usize)][src]
Trait Implementations
impl Debug for Order[src]
impl Clone for Order[src]
fn clone(&self) -> Order[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