pub struct BlockHeight {
pub height: u64,
}Fields§
§height: u64Trait Implementations§
Source§impl Clone for BlockHeight
impl Clone for BlockHeight
Source§fn clone(&self) -> BlockHeight
fn clone(&self) -> BlockHeight
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 BlockHeight
impl Debug for BlockHeight
Source§impl Default for BlockHeight
impl Default for BlockHeight
Source§fn default() -> BlockHeight
fn default() -> BlockHeight
Returns the “default value” for a type. Read more
Source§impl PartialEq for BlockHeight
impl PartialEq for BlockHeight
Source§impl XDRIn for BlockHeight
impl XDRIn for BlockHeight
Source§impl XDROut for BlockHeight
impl XDROut for BlockHeight
impl StructuralPartialEq for BlockHeight
Auto Trait Implementations§
impl Freeze for BlockHeight
impl RefUnwindSafe for BlockHeight
impl Send for BlockHeight
impl Sync for BlockHeight
impl Unpin for BlockHeight
impl UnwindSafe for BlockHeight
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