pub enum ChannelTypeName {
STATIC_REMOTEKEY_EVEN = 0,
ANCHOR_OUTPUTS_EVEN = 1,
ANCHORS_ZERO_FEE_HTLC_TX_EVEN = 2,
SCID_ALIAS_EVEN = 3,
ZEROCONF_EVEN = 4,
ANCHORS_EVEN = 5,
}Variants§
STATIC_REMOTEKEY_EVEN = 0
ANCHOR_OUTPUTS_EVEN = 1
ANCHORS_ZERO_FEE_HTLC_TX_EVEN = 2
SCID_ALIAS_EVEN = 3
ZEROCONF_EVEN = 4
ANCHORS_EVEN = 5
Trait Implementations§
Source§impl Clone for ChannelTypeName
impl Clone for ChannelTypeName
Source§fn clone(&self) -> ChannelTypeName
fn clone(&self) -> ChannelTypeName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChannelTypeName
impl Debug for ChannelTypeName
Source§impl<'de> Deserialize<'de> for ChannelTypeName
impl<'de> Deserialize<'de> for ChannelTypeName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ChannelTypeName
impl Display for ChannelTypeName
Source§impl From<ChannelTypeName> for i32
impl From<ChannelTypeName> for i32
Source§fn from(value: ChannelTypeName) -> Self
fn from(value: ChannelTypeName) -> Self
Converts to this type from the input type.
Source§impl From<i32> for ChannelTypeName
impl From<i32> for ChannelTypeName
Source§impl Serialize for ChannelTypeName
impl Serialize for ChannelTypeName
impl Copy for ChannelTypeName
Auto Trait Implementations§
impl Freeze for ChannelTypeName
impl RefUnwindSafe for ChannelTypeName
impl Send for ChannelTypeName
impl Sync for ChannelTypeName
impl Unpin for ChannelTypeName
impl UnsafeUnpin for ChannelTypeName
impl UnwindSafe for ChannelTypeName
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