pub struct LedgerCloseValueSignature {
pub nodeID: NodeID,
pub signature: Signature,
}
Fields§
§nodeID: NodeID
§signature: Signature
Trait Implementations§
Source§impl Clone for LedgerCloseValueSignature
impl Clone for LedgerCloseValueSignature
Source§fn clone(&self) -> LedgerCloseValueSignature
fn clone(&self) -> LedgerCloseValueSignature
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 LedgerCloseValueSignature
impl Debug for LedgerCloseValueSignature
Source§impl<Out: Write> Pack<Out> for LedgerCloseValueSignature
impl<Out: Write> Pack<Out> for LedgerCloseValueSignature
Source§impl<In: Read> Unpack<In> for LedgerCloseValueSignature
impl<In: Read> Unpack<In> for LedgerCloseValueSignature
impl Eq for LedgerCloseValueSignature
impl StructuralPartialEq for LedgerCloseValueSignature
Auto Trait Implementations§
impl Freeze for LedgerCloseValueSignature
impl RefUnwindSafe for LedgerCloseValueSignature
impl Send for LedgerCloseValueSignature
impl Sync for LedgerCloseValueSignature
impl Unpin for LedgerCloseValueSignature
impl UnwindSafe for LedgerCloseValueSignature
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