Struct vls_protocol::msgs::ForwardWatchesReply
source · pub struct ForwardWatchesReply {
pub txids: Array<Txid>,
pub outpoints: Array<OutPoint>,
}
Expand description
Fields§
§txids: Array<Txid>
§outpoints: Array<OutPoint>
Trait Implementations§
source§impl DeBolt for ForwardWatchesReply
impl DeBolt for ForwardWatchesReply
source§impl Debug for ForwardWatchesReply
impl Debug for ForwardWatchesReply
source§impl Decodable for ForwardWatchesReply
impl Decodable for ForwardWatchesReply
source§impl Encodable for ForwardWatchesReply
impl Encodable for ForwardWatchesReply
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