pub struct ReplyShortChannelIdsEnd {
pub chain_hash: ChainHash,
pub full_information: bool,
}Expand description
A reply_short_channel_ids_end message is sent as a reply to a
message. The query recipient makes a best
effort to respond based on their local network view which may not be
a perfect view of the network.
Fields§
§chain_hash: ChainHashThe genesis hash of the blockchain that was queried
full_information: boolIndicates if the query recipient maintains up-to-date channel
information for the chain_hash
Trait Implementations§
Source§impl Clone for ReplyShortChannelIdsEnd
impl Clone for ReplyShortChannelIdsEnd
Source§fn clone(&self) -> ReplyShortChannelIdsEnd
fn clone(&self) -> ReplyShortChannelIdsEnd
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 ReplyShortChannelIdsEnd
impl Debug for ReplyShortChannelIdsEnd
Source§impl Hash for ReplyShortChannelIdsEnd
impl Hash for ReplyShortChannelIdsEnd
Source§impl PartialEq for ReplyShortChannelIdsEnd
impl PartialEq for ReplyShortChannelIdsEnd
Source§impl Readable for ReplyShortChannelIdsEnd
impl Readable for ReplyShortChannelIdsEnd
Source§impl Writeable for ReplyShortChannelIdsEnd
impl Writeable for ReplyShortChannelIdsEnd
impl Eq for ReplyShortChannelIdsEnd
impl StructuralPartialEq for ReplyShortChannelIdsEnd
Auto Trait Implementations§
impl Freeze for ReplyShortChannelIdsEnd
impl RefUnwindSafe for ReplyShortChannelIdsEnd
impl Send for ReplyShortChannelIdsEnd
impl Sync for ReplyShortChannelIdsEnd
impl Unpin for ReplyShortChannelIdsEnd
impl UnwindSafe for ReplyShortChannelIdsEnd
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