Enum gmime::StreamBufferMode [−][src]
pub enum StreamBufferMode {
Read,
Write,
// some variants omitted
}The buffering mode for a StreamBuffer stream.
Variants
ReadWrite
Trait Implementations
impl Clone for StreamBufferMode[src]
impl Clone for StreamBufferModefn clone(&self) -> StreamBufferMode[src]
fn clone(&self) -> StreamBufferModeReturns 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 StreamBufferMode[src]
impl Copy for StreamBufferModeimpl Debug for StreamBufferMode[src]
impl Debug for StreamBufferModefn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for StreamBufferMode[src]
impl Eq for StreamBufferModeimpl PartialEq for StreamBufferMode[src]
impl PartialEq for StreamBufferModefn eq(&self, __arg_0: &StreamBufferMode) -> bool[src]
fn eq(&self, __arg_0: &StreamBufferMode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StreamBufferMode) -> bool[src]
fn ne(&self, __arg_0: &StreamBufferMode) -> boolThis method tests for !=.
impl Hash for StreamBufferMode[src]
impl Hash for StreamBufferModeAuto Trait Implementations
impl Send for StreamBufferMode
impl Send for StreamBufferModeimpl Sync for StreamBufferMode
impl Sync for StreamBufferMode