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