pub struct HexEncoder;
Expand description
十六进制编码.
Implementations§
Source§impl HexEncoder
impl HexEncoder
Trait Implementations§
Source§impl Clone for HexEncoder
impl Clone for HexEncoder
Source§fn clone(&self) -> HexEncoder
fn clone(&self) -> HexEncoder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for HexEncoder
impl RefUnwindSafe for HexEncoder
impl Send for HexEncoder
impl Sync for HexEncoder
impl Unpin for HexEncoder
impl UnwindSafe for HexEncoder
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