pub enum ChunkMode {
Text,
Binary,
}
Expand description
Represents chunk mode (text or binary).
Variants
Text
Binary
Trait Implementations
impl Copy for ChunkMode
impl Eq for ChunkMode
impl StructuralEq for ChunkMode
impl StructuralPartialEq for ChunkMode
Auto Trait Implementations
impl RefUnwindSafe for ChunkMode
impl Send for ChunkMode
impl Sync for ChunkMode
impl Unpin for ChunkMode
impl UnwindSafe for ChunkMode
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