Struct lightning_signer::persist::model::NodeEntry
source · pub struct NodeEntry {
pub key_derivation_style: u8,
pub network: String,
pub state: NodeState,
}
Expand description
A persistence layer entry for a Node
Fields§
§key_derivation_style: u8
§network: String
§state: NodeState
Auto Trait Implementations§
impl RefUnwindSafe for NodeEntry
impl Send for NodeEntry
impl Sync for NodeEntry
impl Unpin for NodeEntry
impl UnwindSafe for NodeEntry
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