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
Source§fn clone(&self) -> TextEncoder
fn clone(&self) -> TextEncoder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextEncoder
Source§impl Debug for TextEncoder
impl Debug for TextEncoder
Source§impl Default for TextEncoder
impl Default for TextEncoder
Source§fn default() -> TextEncoder
fn default() -> TextEncoder
Returns the “default value” for a type. Read more
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