pub struct HexFloatParseError(&'static str);
Tuple Fields§
§0: &'static str
Trait Implementations§
Source§impl Clone for HexFloatParseError
impl Clone for HexFloatParseError
Source§fn clone(&self) -> HexFloatParseError
fn clone(&self) -> HexFloatParseError
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 HexFloatParseError
impl Debug for HexFloatParseError
impl Copy for HexFloatParseError
Auto Trait Implementations§
impl Freeze for HexFloatParseError
impl RefUnwindSafe for HexFloatParseError
impl Send for HexFloatParseError
impl Sync for HexFloatParseError
impl Unpin for HexFloatParseError
impl UnwindSafe for HexFloatParseError
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