#[repr(transparent)]pub struct StrintParseError(pub c_uchar);
Expand description
String to integer conversion error
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for StrintParseError
impl Clone for StrintParseError
Source§fn clone(&self) -> StrintParseError
fn clone(&self) -> StrintParseError
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 StrintParseError
impl Debug for StrintParseError
Source§impl Hash for StrintParseError
impl Hash for StrintParseError
Source§impl PartialEq for StrintParseError
impl PartialEq for StrintParseError
impl Copy for StrintParseError
impl Eq for StrintParseError
impl StructuralPartialEq for StrintParseError
Auto Trait Implementations§
impl Freeze for StrintParseError
impl RefUnwindSafe for StrintParseError
impl Send for StrintParseError
impl Sync for StrintParseError
impl Unpin for StrintParseError
impl UnwindSafe for StrintParseError
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