Struct bitcoin_units::locktime::absolute::Height
source · pub struct Height(/* private fields */);
Available on crate feature
alloc
only.Expand description
An absolute block height, guaranteed to always contain a valid height value.
Implementations§
source§impl Height
impl Height
sourcepub fn from_hex(s: &str) -> Result<Self, ParseHeightError>
pub fn from_hex(s: &str) -> Result<Self, ParseHeightError>
Creates a Height
from a hex string.
The input string is may or may not contain a typical hex prefix e.g., 0x
.
sourcepub fn from_consensus(n: u32) -> Result<Height, ConversionError>
pub fn from_consensus(n: u32) -> Result<Height, ConversionError>
sourcepub fn to_consensus_u32(self) -> u32
pub fn to_consensus_u32(self) -> u32
Converts this Height
to its inner u32
value.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Height
Available on crate feature serde
only.
impl<'de> Deserialize<'de> for Height
Available on crate feature
serde
only.source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for Height
impl Ord for Height
source§impl PartialEq for Height
impl PartialEq for Height
source§impl PartialOrd for Height
impl PartialOrd for Height
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Height
impl Eq for Height
impl StructuralPartialEq for Height
Auto Trait Implementations§
impl Freeze for Height
impl RefUnwindSafe for Height
impl Send for Height
impl Sync for Height
impl Unpin for Height
impl UnwindSafe for Height
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)