pub struct LnCredentials { /* private fields */ }Implementations§
Source§impl LnCredentials
impl LnCredentials
pub fn create() -> Result<Self>
pub fn get_backends(&self) -> Result<Vec<RegTestLnNode>>
Auto Trait Implementations§
impl Freeze for LnCredentials
impl RefUnwindSafe for LnCredentials
impl Send for LnCredentials
impl Sync for LnCredentials
impl Unpin for LnCredentials
impl UnwindSafe for LnCredentials
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