Struct bitcoin::util::uint::ParseLengthError [−][src]
Invalid slice length Invalid slice length
Fields
actual: usize
The length of the slice de-facto
expected: usize
The required length of the slice
Trait Implementations
impl Clone for ParseLengthError
[src]
impl Clone for ParseLengthError
[src]fn clone(&self) -> ParseLengthError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for ParseLengthError
[src]
impl Error for ParseLengthError
[src]impl Hash for ParseLengthError
[src]
impl Hash for ParseLengthError
[src]impl Ord for ParseLengthError
[src]
impl Ord for ParseLengthError
[src]impl PartialEq<ParseLengthError> for ParseLengthError
[src]
impl PartialEq<ParseLengthError> for ParseLengthError
[src]fn eq(&self, other: &ParseLengthError) -> bool
[src]
fn ne(&self, other: &ParseLengthError) -> bool
[src]
impl PartialOrd<ParseLengthError> for ParseLengthError
[src]
impl PartialOrd<ParseLengthError> for ParseLengthError
[src]fn partial_cmp(&self, other: &ParseLengthError) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool