pub enum Encoders {
Plain,
Utf16be,
}Expand description
Algoritmos de codificação de dados.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Encoders
impl RefUnwindSafe for Encoders
impl Send for Encoders
impl Sync for Encoders
impl Unpin for Encoders
impl UnsafeUnpin for Encoders
impl UnwindSafe for Encoders
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