[][src]Trait email_format::rfc5322::Streamable

pub trait Streamable {
    fn stream<W: Write>(&self, w: &mut W) -> Result<usize, IoError>;
}

Required methods

fn stream<W: Write>(&self, w: &mut W) -> Result<usize, IoError>

Serializes and sends the content out to w, returning the number of bytes written.

Loading content...

Implementors

impl Streamable for Email[src]

impl Streamable for Field[src]

impl Streamable for ResentField[src]

impl Streamable for TraceBlock[src]

impl Streamable for Bcc[src]

impl Streamable for ResentBcc[src]

impl Streamable for Address[src]

impl Streamable for CContent[src]

impl Streamable for Domain[src]

impl Streamable for GroupList[src]

impl Streamable for IdRight[src]

impl Streamable for LocalPart[src]

impl Streamable for Mailbox[src]

impl Streamable for Path[src]

impl Streamable for QContent[src]

impl Streamable for ReceivedToken[src]

impl Streamable for Word[src]

impl Streamable for Cc[src]

impl Streamable for Comments[src]

impl Streamable for From[src]

impl Streamable for InReplyTo[src]

impl Streamable for Keywords[src]

impl Streamable for MessageId[src]

impl Streamable for OptionalField[src]

impl Streamable for OrigDate[src]

impl Streamable for Received[src]

impl Streamable for References[src]

impl Streamable for ReplyTo[src]

impl Streamable for ResentCc[src]

impl Streamable for ResentDate[src]

impl Streamable for ResentFrom[src]

impl Streamable for ResentMessageId[src]

impl Streamable for ResentSender[src]

impl Streamable for ResentTo[src]

impl Streamable for Return[src]

impl Streamable for Sender[src]

impl Streamable for Subject[src]

impl Streamable for To[src]

impl Streamable for Body[src]

impl Streamable for Fields[src]

impl Streamable for Message[src]

impl Streamable for OptTraceBlock[src]

impl Streamable for ResentTraceBlock[src]

impl Streamable for Text[src]

impl Streamable for Trace[src]

impl Streamable for ASCII[src]

impl Streamable for AText[src]

impl Streamable for AddrSpec[src]

impl Streamable for AddressList[src]

impl Streamable for Alpha[src]

impl Streamable for AngleAddr[src]

impl Streamable for Atom[src]

impl Streamable for CFWS[src]

impl Streamable for CText[src]

impl Streamable for Comment[src]

impl Streamable for DText[src]

impl Streamable for Date[src]

impl Streamable for DateTime[src]

impl Streamable for Day[src]

impl Streamable for DayName[src]

impl Streamable for DayOfWeek[src]

impl Streamable for Digit[src]

impl Streamable for DisplayName[src]

impl Streamable for DomainLiteral[src]

impl Streamable for DotAtom[src]

impl Streamable for DotAtomText[src]

impl Streamable for FText[src]

impl Streamable for FWS[src]

impl Streamable for FieldName[src]

impl Streamable for Group[src]

impl Streamable for Hour[src]

impl Streamable for IdLeft[src]

impl Streamable for MailboxList[src]

impl Streamable for Minute[src]

impl Streamable for Month[src]

impl Streamable for MsgId[src]

impl Streamable for NameAddr[src]

impl Streamable for NoFoldLiteral[src]

impl Streamable for Phrase[src]

impl Streamable for QText[src]

impl Streamable for QuotedPair[src]

impl Streamable for QuotedString[src]

impl Streamable for Second[src]

impl Streamable for Time[src]

impl Streamable for TimeOfDay[src]

impl Streamable for Unstructured[src]

impl Streamable for VChar[src]

impl Streamable for WSP[src]

impl Streamable for Year[src]

impl Streamable for Zone[src]

Loading content...