pub enum RegTestLnNodeType {
Cln,
Lnd,
}Variants§
Trait Implementations§
Source§impl Clone for RegTestLnNodeType
impl Clone for RegTestLnNodeType
Source§fn clone(&self) -> RegTestLnNodeType
fn clone(&self) -> RegTestLnNodeType
Returns a duplicate of the value. Read more
1.0.0 · 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 RegTestLnNodeType
impl Debug for RegTestLnNodeType
impl Copy for RegTestLnNodeType
Auto Trait Implementations§
impl Freeze for RegTestLnNodeType
impl RefUnwindSafe for RegTestLnNodeType
impl Send for RegTestLnNodeType
impl Sync for RegTestLnNodeType
impl Unpin for RegTestLnNodeType
impl UnwindSafe for RegTestLnNodeType
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