pub enum ShortChannelIdError {
BlockOverflow,
TxIndexOverflow,
VoutIndexOverflow,
}Expand description
A short_channel_id construction error
Variants§
BlockOverflow
Block height too high
TxIndexOverflow
Tx index too high
VoutIndexOverflow
Vout index too high
Trait Implementations§
Source§impl Debug for ShortChannelIdError
impl Debug for ShortChannelIdError
Source§impl PartialEq for ShortChannelIdError
impl PartialEq for ShortChannelIdError
impl Eq for ShortChannelIdError
impl StructuralPartialEq for ShortChannelIdError
Auto Trait Implementations§
impl Freeze for ShortChannelIdError
impl RefUnwindSafe for ShortChannelIdError
impl Send for ShortChannelIdError
impl Sync for ShortChannelIdError
impl Unpin for ShortChannelIdError
impl UnwindSafe for ShortChannelIdError
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