Enum compression::prelude::Action [−][src]
pub enum Action {
Run,
Flush,
Finish,
}Variants
RunFlushFinish
Trait Implementations
impl Debug for Action[src]
impl Debug for Actionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Action[src]
impl Clone for Actionfn clone(&self) -> Action[src]
fn clone(&self) -> ActionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Action[src]
impl Copy for Actionimpl PartialEq for Action[src]
impl PartialEq for Actionfn eq(&self, other: &Action) -> bool[src]
fn eq(&self, other: &Action) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Action[src]
impl Eq for Action