pub struct GetChainTips(pub Vec<ChainTips>);Expand description
Result of JSON-RPC method getchaintips.
Tuple Fields§
§0: Vec<ChainTips>Trait Implementations§
Source§impl Clone for GetChainTips
impl Clone for GetChainTips
Source§fn clone(&self) -> GetChainTips
fn clone(&self) -> GetChainTips
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 GetChainTips
impl Debug for GetChainTips
Source§impl<'de> Deserialize<'de> for GetChainTips
impl<'de> Deserialize<'de> for GetChainTips
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 PartialEq for GetChainTips
impl PartialEq for GetChainTips
Source§impl Serialize for GetChainTips
impl Serialize for GetChainTips
impl StructuralPartialEq for GetChainTips
Auto Trait Implementations§
impl Freeze for GetChainTips
impl RefUnwindSafe for GetChainTips
impl Send for GetChainTips
impl Sync for GetChainTips
impl Unpin for GetChainTips
impl UnwindSafe for GetChainTips
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