Struct mutiny_core::scb::StaticChannelBackupStorage
source · pub struct StaticChannelBackupStorage { /* private fields */ }Expand description
A static channel backup storage contains the static channel backups for all of the node manager’s nodes.
This also has the NodeStorage, which contains the the necessary information to recover the node manager’s nodes.
Trait Implementations§
source§impl Clone for StaticChannelBackupStorage
impl Clone for StaticChannelBackupStorage
source§fn clone(&self) -> StaticChannelBackupStorage
fn clone(&self) -> StaticChannelBackupStorage
Returns a copy 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 Default for StaticChannelBackupStorage
impl Default for StaticChannelBackupStorage
source§fn default() -> StaticChannelBackupStorage
fn default() -> StaticChannelBackupStorage
Returns the “default value” for a type. Read more
source§impl PartialEq<StaticChannelBackupStorage> for StaticChannelBackupStorage
impl PartialEq<StaticChannelBackupStorage> for StaticChannelBackupStorage
source§fn eq(&self, other: &StaticChannelBackupStorage) -> bool
fn eq(&self, other: &StaticChannelBackupStorage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Writeable for StaticChannelBackupStorage
impl Writeable for StaticChannelBackupStorage
impl Eq for StaticChannelBackupStorage
impl StructuralEq for StaticChannelBackupStorage
impl StructuralPartialEq for StaticChannelBackupStorage
Auto Trait Implementations§
impl RefUnwindSafe for StaticChannelBackupStorage
impl Send for StaticChannelBackupStorage
impl Sync for StaticChannelBackupStorage
impl Unpin for StaticChannelBackupStorage
impl UnwindSafe for StaticChannelBackupStorage
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.