pub struct TextEncoder;Available on crate feature
text only.Expand description
Per-stream state for TextStreamFormat. There is none.
Trait Implementations§
Source§impl Clone for TextEncoder
impl Clone for TextEncoder
impl Copy for TextEncoder
Source§impl Debug for TextEncoder
impl Debug for TextEncoder
Source§impl Default for TextEncoder
impl Default for TextEncoder
Auto Trait Implementations§
impl Freeze for TextEncoder
impl RefUnwindSafe for TextEncoder
impl Send for TextEncoder
impl Sync for TextEncoder
impl Unpin for TextEncoder
impl UnsafeUnpin for TextEncoder
impl UnwindSafe for TextEncoder
Blanket Implementations§
impl<T> Allocation for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more