pub struct ClosingSignedBuilder { /* private fields */ }Implementations§
Source§impl ClosingSignedBuilder
impl ClosingSignedBuilder
pub const TOTAL_SIZE: usize = 64
pub const FIELD_SIZES: [usize; 2]
pub const FIELD_COUNT: usize = 2
pub fn channel_id(self, v: Byte32) -> Self
pub fn partial_signature(self, v: Byte32) -> Self
Trait Implementations§
Source§impl Builder for ClosingSignedBuilder
impl Builder for ClosingSignedBuilder
Source§impl Clone for ClosingSignedBuilder
impl Clone for ClosingSignedBuilder
Source§fn clone(&self) -> ClosingSignedBuilder
fn clone(&self) -> ClosingSignedBuilder
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 ClosingSignedBuilder
impl Debug for ClosingSignedBuilder
Source§impl Default for ClosingSignedBuilder
impl Default for ClosingSignedBuilder
Source§fn default() -> ClosingSignedBuilder
fn default() -> ClosingSignedBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ClosingSignedBuilder
impl RefUnwindSafe for ClosingSignedBuilder
impl Send for ClosingSignedBuilder
impl Sync for ClosingSignedBuilder
impl Unpin for ClosingSignedBuilder
impl UnsafeUnpin for ClosingSignedBuilder
impl UnwindSafe for ClosingSignedBuilder
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