pub struct HexOutputOverflow;Expand description
Output-buffer-too-small error. Surfaced to callers when out cannot
hold 2 × input.len() bytes.
Trait Implementations§
Source§impl Clone for HexOutputOverflow
impl Clone for HexOutputOverflow
Source§fn clone(&self) -> HexOutputOverflow
fn clone(&self) -> HexOutputOverflow
Returns a duplicate 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 moreSource§impl Debug for HexOutputOverflow
impl Debug for HexOutputOverflow
Source§impl PartialEq for HexOutputOverflow
impl PartialEq for HexOutputOverflow
impl Copy for HexOutputOverflow
impl Eq for HexOutputOverflow
impl StructuralPartialEq for HexOutputOverflow
Auto Trait Implementations§
impl Freeze for HexOutputOverflow
impl RefUnwindSafe for HexOutputOverflow
impl Send for HexOutputOverflow
impl Sync for HexOutputOverflow
impl Unpin for HexOutputOverflow
impl UnsafeUnpin for HexOutputOverflow
impl UnwindSafe for HexOutputOverflow
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