pub enum HdrCharset {
Utf8,
Binary,
}Expand description
A character encoding for PAX pathname and user/group-name values.
Variants§
Trait Implementations§
Source§impl Clone for HdrCharset
impl Clone for HdrCharset
Source§fn clone(&self) -> HdrCharset
fn clone(&self) -> HdrCharset
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 HdrCharset
Source§impl Debug for HdrCharset
impl Debug for HdrCharset
impl Eq for HdrCharset
Source§impl FromStr for HdrCharset
impl FromStr for HdrCharset
Source§impl PartialEq for HdrCharset
impl PartialEq for HdrCharset
Source§fn eq(&self, other: &HdrCharset) -> bool
fn eq(&self, other: &HdrCharset) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HdrCharset
Auto Trait Implementations§
impl Freeze for HdrCharset
impl RefUnwindSafe for HdrCharset
impl Send for HdrCharset
impl Sync for HdrCharset
impl Unpin for HdrCharset
impl UnsafeUnpin for HdrCharset
impl UnwindSafe for HdrCharset
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