Struct mail_internals::bind::quoted_string::MailQsSpec
source · pub struct MailQsSpec;Expand description
A Quoted String specification in context of Mail (rfc5322)
This implementation of MailQsSpec does not include support for the obsolete parts of the grammar as it’s meant for generation/encoding and no obsolete parts should be generated at all (Through a parser would have to be able to parse them for compatibility reasons).
Trait Implementations
sourceimpl Clone for MailQsSpec
impl Clone for MailQsSpec
sourcefn clone(&self) -> MailQsSpec
fn clone(&self) -> MailQsSpec
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for MailQsSpec
impl Debug for MailQsSpec
sourceimpl Default for MailQsSpec
impl Default for MailQsSpec
sourcefn default() -> MailQsSpec
fn default() -> MailQsSpec
Returns the “default value” for a type. Read more
sourceimpl GeneralQSSpec for MailQsSpec
impl GeneralQSSpec for MailQsSpec
type Quoting = NormalQuoting
type Parsing = MimeParsing
impl Copy for MailQsSpec
Auto Trait Implementations
impl RefUnwindSafe for MailQsSpec
impl Send for MailQsSpec
impl Sync for MailQsSpec
impl Unpin for MailQsSpec
impl UnwindSafe for MailQsSpec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more