[−][src]Struct mail_internals::bind::encoded_word::VecWriter
Methods
impl<'a> VecWriter<'a>[src]
pub fn new(charset: &'a SoftAsciiStr, encoding: Encoding) -> Self[src]
pub fn data(&self) -> &[SoftAsciiString][src]
Trait Implementations
impl<'a> EncodedWordWriter for VecWriter<'a>[src]
fn encoding(&self) -> Encoding[src]
fn write_char(&mut self, ch: SoftAsciiChar)[src]
fn write_charset(&mut self)[src]
fn write_ecw_seperator(&mut self)[src]
fn max_payload_len(&self) -> usize[src]
fn write_ecw_start(&mut self)[src]
fn write_ecw_end(&mut self)[src]
fn start_next_encoded_word(&mut self)[src]
fn write_str(&mut self, s: &SoftAsciiStr)[src]
impl<'a> Into<Vec1<SoftAsciiString>> for VecWriter<'a>[src]
fn into(self) -> Vec1<SoftAsciiString>[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for VecWriter<'a>
impl<'a> Send for VecWriter<'a>
impl<'a> Sync for VecWriter<'a>
impl<'a> Unpin for VecWriter<'a>
impl<'a> UnwindSafe for VecWriter<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,