Struct mailbox::stream::entry::Begin
[−]
[src]
pub struct Begin {
// some fields omitted
}Methods
impl Begin[src]
Trait Implementations
impl Debug for Begin[src]
impl Clone for Begin[src]
fn clone(&self) -> Begin
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for Begin[src]
fn eq(&self, __arg_0: &Begin) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Begin) -> bool
This method tests for !=.