Enum mailbox::stream::entry::Entry
[−]
[src]
pub enum Entry {
Begin(Begin),
Escape(String),
Header(Header),
Body(Vec<u8>),
End,
}Variants
Begin(Begin)Escape(String)Header(Header)Body(Vec<u8>)EndTrait Implementations
impl Clone for Entry[src]
fn clone(&self) -> Entry
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