pub struct UpdateChainTip {
pub block_hash: String,
pub height: u32,
}Expand description
Command to update chain tip
Fields§
§block_hash: String§height: u32Implementations§
Trait Implementations§
Source§impl Clone for UpdateChainTip
impl Clone for UpdateChainTip
Source§fn clone(&self) -> UpdateChainTip
fn clone(&self) -> UpdateChainTip
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 moreAuto Trait Implementations§
impl Freeze for UpdateChainTip
impl RefUnwindSafe for UpdateChainTip
impl Send for UpdateChainTip
impl Sync for UpdateChainTip
impl Unpin for UpdateChainTip
impl UnsafeUnpin for UpdateChainTip
impl UnwindSafe for UpdateChainTip
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