Struct vls_protocol::msgs::ForwardWatchesReply
source · pub struct ForwardWatchesReply {
pub txids: Vec<TxId>,
pub outpoints: Vec<OutPoint>,
}
Expand description
Fields§
§txids: Vec<TxId>
§outpoints: Vec<OutPoint>
Trait Implementations§
source§impl DeBolt for ForwardWatchesReply
impl DeBolt for ForwardWatchesReply
source§impl Debug for ForwardWatchesReply
impl Debug for ForwardWatchesReply
source§impl<'de> Deserialize<'de> for ForwardWatchesReply
impl<'de> Deserialize<'de> for ForwardWatchesReply
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
Auto Trait Implementations§
impl RefUnwindSafe for ForwardWatchesReply
impl Send for ForwardWatchesReply
impl Sync for ForwardWatchesReply
impl Unpin for ForwardWatchesReply
impl UnwindSafe for ForwardWatchesReply
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