Enum core::num::FloatErrorKind
[−]
[src]
pub enum FloatErrorKind { Empty, Invalid, }
Unstable
Variants
Empty | Unstable |
Invalid | Unstable |
pub enum FloatErrorKind { Empty, Invalid, }
Empty | Unstable |
Invalid | Unstable |
impl PartialEq for FloatErrorKind
fn eq(&self, __arg_0: &FloatErrorKind) -> bool
fn ne(&self, __arg_0: &FloatErrorKind) -> bool
impl Clone for FloatErrorKind
fn clone(&self) -> FloatErrorKind
fn clone_from(&mut self, source: &Self)
impl Debug for FloatErrorKind
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)