Trait email_format::rfc5322::Streamable
[−]
[src]
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.
Implementors
impl Streamable for VCharimpl Streamable for WSPimpl Streamable for ASCIIimpl Streamable for Digitimpl Streamable for Alphaimpl Streamable for QuotedPairimpl Streamable for FWSimpl Streamable for CTextimpl Streamable for CContentimpl Streamable for Commentimpl Streamable for CFWSimpl Streamable for ATextimpl Streamable for Atomimpl Streamable for DotAtomTextimpl Streamable for DotAtomimpl Streamable for QTextimpl Streamable for QContentimpl Streamable for QuotedStringimpl Streamable for Wordimpl Streamable for Phraseimpl Streamable for Unstructuredimpl Streamable for LocalPartimpl Streamable for DTextimpl Streamable for DomainLiteralimpl Streamable for Domainimpl Streamable for AddrSpecimpl Streamable for AngleAddrimpl Streamable for DisplayNameimpl Streamable for NameAddrimpl Streamable for Mailboximpl Streamable for MailboxListimpl Streamable for GroupListimpl Streamable for Groupimpl Streamable for Addressimpl Streamable for AddressListimpl Streamable for Zoneimpl Streamable for Secondimpl Streamable for Minuteimpl Streamable for Hourimpl Streamable for TimeOfDayimpl Streamable for Timeimpl Streamable for Yearimpl Streamable for Monthimpl Streamable for Dayimpl Streamable for Dateimpl Streamable for DayNameimpl Streamable for DayOfWeekimpl Streamable for DateTimeimpl Streamable for NoFoldLiteralimpl Streamable for IdRightimpl Streamable for IdLeftimpl Streamable for MsgIdimpl Streamable for ReceivedTokenimpl Streamable for Pathimpl Streamable for FTextimpl Streamable for FieldNameimpl Streamable for OrigDateimpl Streamable for Fromimpl Streamable for Senderimpl Streamable for ReplyToimpl Streamable for Toimpl Streamable for Ccimpl Streamable for Bccimpl Streamable for MessageIdimpl Streamable for InReplyToimpl Streamable for Referencesimpl Streamable for Subjectimpl Streamable for Commentsimpl Streamable for Keywordsimpl Streamable for ResentDateimpl Streamable for ResentFromimpl Streamable for ResentSenderimpl Streamable for ResentToimpl Streamable for ResentCcimpl Streamable for ResentBccimpl Streamable for ResentMessageIdimpl Streamable for Receivedimpl Streamable for Returnimpl Streamable for OptionalFieldimpl Streamable for Traceimpl Streamable for ResentFieldimpl Streamable for Fieldimpl Streamable for ResentTraceBlockimpl Streamable for OptTraceBlockimpl Streamable for TraceBlockimpl Streamable for Fieldsimpl Streamable for Textimpl Streamable for Bodyimpl Streamable for Messageimpl Streamable for Email