pub enum WriterMode {
Text = 0,
Binary = 1,
}Expand description
Indicates at a high-level what type of writer to use.
Variants§
Auto Trait Implementations§
impl Freeze for WriterMode
impl RefUnwindSafe for WriterMode
impl Send for WriterMode
impl Sync for WriterMode
impl Unpin for WriterMode
impl UnwindSafe for WriterMode
Blanket Implementations§
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