pub enum FeatureBitsKind {
Node,
Channel,
Invoice,
Init,
}
Variants§
Auto Trait Implementations§
impl Freeze for FeatureBitsKind
impl RefUnwindSafe for FeatureBitsKind
impl Send for FeatureBitsKind
impl Sync for FeatureBitsKind
impl Unpin for FeatureBitsKind
impl UnwindSafe for FeatureBitsKind
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