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 VChar
impl Streamable for WSP
impl Streamable for ASCII
impl Streamable for Digit
impl Streamable for Alpha
impl Streamable for QuotedPair
impl Streamable for FWS
impl Streamable for CText
impl Streamable for CContent
impl Streamable for Comment
impl Streamable for CFWS
impl Streamable for AText
impl Streamable for Atom
impl Streamable for DotAtomText
impl Streamable for DotAtom
impl Streamable for QText
impl Streamable for QContent
impl Streamable for QuotedString
impl Streamable for Word
impl Streamable for Phrase
impl Streamable for Unstructured
impl Streamable for LocalPart
impl Streamable for DText
impl Streamable for DomainLiteral
impl Streamable for Domain
impl Streamable for AddrSpec
impl Streamable for AngleAddr
impl Streamable for DisplayName
impl Streamable for NameAddr
impl Streamable for Mailbox
impl Streamable for MailboxList
impl Streamable for GroupList
impl Streamable for Group
impl Streamable for Address
impl Streamable for AddressList
impl Streamable for Zone
impl Streamable for Second
impl Streamable for Minute
impl Streamable for Hour
impl Streamable for TimeOfDay
impl Streamable for Time
impl Streamable for Year
impl Streamable for Month
impl Streamable for Day
impl Streamable for Date
impl Streamable for DayName
impl Streamable for DayOfWeek
impl Streamable for DateTime
impl Streamable for NoFoldLiteral
impl Streamable for IdRight
impl Streamable for IdLeft
impl Streamable for MsgId
impl Streamable for ReceivedToken
impl Streamable for Path
impl Streamable for FText
impl Streamable for FieldName
impl Streamable for OrigDate
impl Streamable for From
impl Streamable for Sender
impl Streamable for ReplyTo
impl Streamable for To
impl Streamable for Cc
impl Streamable for Bcc
impl Streamable for MessageId
impl Streamable for InReplyTo
impl Streamable for References
impl Streamable for Subject
impl Streamable for Comments
impl Streamable for Keywords
impl Streamable for ResentDate
impl Streamable for ResentFrom
impl Streamable for ResentSender
impl Streamable for ResentTo
impl Streamable for ResentCc
impl Streamable for ResentBcc
impl Streamable for ResentMessageId
impl Streamable for Received
impl Streamable for Return
impl Streamable for OptionalField
impl Streamable for Trace
impl Streamable for ResentField
impl Streamable for Field
impl Streamable for ResentTraceBlock
impl Streamable for OptTraceBlock
impl Streamable for TraceBlock
impl Streamable for Fields
impl Streamable for Text
impl Streamable for Body
impl Streamable for Message
impl Streamable for Email