[][src]Struct lnrpc::ChanBackupSnapshot

pub struct ChanBackupSnapshot {
    pub single_chan_backups: Option<ChannelBackups>,
    pub multi_chan_backup: Option<MultiChanBackup>,
}

Fields

single_chan_backups: Option<ChannelBackups>

The set of new channels that have been added since the last channel backup snapshot was requested.

multi_chan_backup: Option<MultiChanBackup>

A multi-channel backup that covers all open channels currently known to lnd.

Trait Implementations

impl Clone for ChanBackupSnapshot[src]

impl Debug for ChanBackupSnapshot[src]

impl Default for ChanBackupSnapshot[src]

impl Message for ChanBackupSnapshot[src]

impl PartialEq<ChanBackupSnapshot> for ChanBackupSnapshot[src]

impl StructuralPartialEq for ChanBackupSnapshot[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]