pub enum EncodingSelection {
Fixed(Encoding),
Smallest,
}Variants§
Trait Implementations§
Source§impl Clone for EncodingSelection
impl Clone for EncodingSelection
Source§fn clone(&self) -> EncodingSelection
fn clone(&self) -> EncodingSelection
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 EncodingSelection
Source§impl Debug for EncodingSelection
impl Debug for EncodingSelection
impl Eq for EncodingSelection
Source§impl PartialEq for EncodingSelection
impl PartialEq for EncodingSelection
Source§fn eq(&self, other: &EncodingSelection) -> bool
fn eq(&self, other: &EncodingSelection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EncodingSelection
Auto Trait Implementations§
impl Freeze for EncodingSelection
impl RefUnwindSafe for EncodingSelection
impl Send for EncodingSelection
impl Sync for EncodingSelection
impl Unpin for EncodingSelection
impl UnsafeUnpin for EncodingSelection
impl UnwindSafe for EncodingSelection
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