Struct breez_sdk_core::lightning::ln::functional_test_utils::ReconnectArgs
pub struct ReconnectArgs<'a, 'b, 'c, 'd> {
pub node_a: &'a Node<'b, 'c, 'd>,
pub node_b: &'a Node<'b, 'c, 'd>,
pub send_channel_ready: (bool, bool),
pub pending_responding_commitment_signed: (bool, bool),
pub pending_responding_commitment_signed_dup_monitor: (bool, bool),
pub pending_htlc_adds: (usize, usize),
pub pending_htlc_claims: (usize, usize),
pub pending_htlc_fails: (usize, usize),
pub pending_cell_htlc_claims: (usize, usize),
pub pending_cell_htlc_fails: (usize, usize),
pub pending_raa: (bool, bool),
}
Fields§
§node_a: &'a Node<'b, 'c, 'd>
§node_b: &'a Node<'b, 'c, 'd>
§send_channel_ready: (bool, bool)
§pending_responding_commitment_signed: (bool, bool)
§pending_responding_commitment_signed_dup_monitor: (bool, bool)
Indicates that the pending responding commitment signed will be a dup for the recipient, and no monitor update is expected
pending_htlc_adds: (usize, usize)
§pending_htlc_claims: (usize, usize)
§pending_htlc_fails: (usize, usize)
§pending_cell_htlc_claims: (usize, usize)
§pending_cell_htlc_fails: (usize, usize)
§pending_raa: (bool, bool)
Implementations§
§impl<'a, 'b, 'c, 'd> ReconnectArgs<'a, 'b, 'c, 'd>
impl<'a, 'b, 'c, 'd> ReconnectArgs<'a, 'b, 'c, 'd>
pub fn new( node_a: &'a Node<'b, 'c, 'd>, node_b: &'a Node<'b, 'c, 'd>, ) -> ReconnectArgs<'a, 'b, 'c, 'd>
Auto Trait Implementations§
impl<'a, 'b, 'c, 'd> Freeze for ReconnectArgs<'a, 'b, 'c, 'd>
impl<'a, 'b, 'c, 'd> RefUnwindSafe for ReconnectArgs<'a, 'b, 'c, 'd>
impl<'a, 'b, 'c, 'd> !Send for ReconnectArgs<'a, 'b, 'c, 'd>
impl<'a, 'b, 'c, 'd> !Sync for ReconnectArgs<'a, 'b, 'c, 'd>
impl<'a, 'b, 'c, 'd> Unpin for ReconnectArgs<'a, 'b, 'c, 'd>
impl<'a, 'b, 'c, 'd> UnwindSafe for ReconnectArgs<'a, 'b, 'c, 'd>
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<T> Downcast for Twhere
T: AsAny + ?Sized,
impl<T> Downcast for Twhere
T: AsAny + ?Sized,
§fn downcast_ref<T>(&self) -> Option<&T>where
T: AsAny,
fn downcast_ref<T>(&self) -> Option<&T>where
T: AsAny,
Forward to the method defined on the type
Any
.§fn downcast_mut<T>(&mut self) -> Option<&mut T>where
T: AsAny,
fn downcast_mut<T>(&mut self) -> Option<&mut T>where
T: AsAny,
Forward to the method defined on the type
Any
.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request