Struct EncodingType
#[repr(transparent)]pub struct EncodingType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for EncodingType
impl Clone for EncodingType
§fn clone(&self) -> EncodingType
fn clone(&self) -> EncodingType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for EncodingType
impl Debug for EncodingType
§impl Default for EncodingType
impl Default for EncodingType
§fn default() -> EncodingType
fn default() -> EncodingType
Returns the “default value” for a type. Read more
§impl PartialEq for EncodingType
impl PartialEq for EncodingType
impl Copy for EncodingType
impl Eq for EncodingType
impl StructuralPartialEq for EncodingType
Auto Trait Implementations§
impl Freeze for EncodingType
impl RefUnwindSafe for EncodingType
impl Send for EncodingType
impl Sync for EncodingType
impl Unpin for EncodingType
impl UnwindSafe for EncodingType
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