Enum ubend::Mode [−][src]
pub enum Mode { Read, Write, Append, }
File open mode. Used with [PipeSetup].
Variants
Read
Write
Append
Trait Implementations
impl Debug for Mode
[src]
impl Debug for Mode
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for Mode
[src]
impl Copy for Mode
impl Clone for Mode
[src]
impl Clone for Mode
fn clone(&self) -> Mode
[src]
fn clone(&self) -> Mode
Returns 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 PartialEq for Mode
[src]
impl PartialEq for Mode