[][src]Struct lnpbp::lnp::application::payment::Bolt3

pub struct Bolt3 { /* fields omitted */ }

Implementations

impl Bolt3[src]

pub fn new(
    is_originator: bool,
    local_amount: u64,
    remote_amount: u64,
    to_self_delay: u16
) -> Self
[src]

Trait Implementations

impl ChannelExtension for Bolt3[src]

impl Clone for Bolt3[src]

impl Copy for Bolt3[src]

impl Debug for Bolt3[src]

impl Eq for Bolt3[src]

impl Extension for Bolt3[src]

type Identity = ExtensionId

impl PartialEq<Bolt3> for Bolt3[src]

impl State for Bolt3[src]

impl StrictDecode for Bolt3[src]

type Error = Error

Implementation-dependent error type

impl StrictEncode for Bolt3[src]

type Error = Error

Implementation-dependent error type

impl StructuralEq for Bolt3[src]

impl StructuralPartialEq for Bolt3[src]

Auto Trait Implementations

impl RefUnwindSafe for Bolt3

impl Send for Bolt3

impl Sync for Bolt3

impl Unpin for Bolt3

impl UnwindSafe for Bolt3

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, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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>,