pub struct LightningAddress(pub &'static str);Tuple Fields§
§0: &'static strImplementations§
Source§impl LightningAddress
impl LightningAddress
pub async fn get_invoice( &self, client: &Client, millisatoshis: u64, ) -> Result<LnAddressPaymentRequest>
Auto Trait Implementations§
impl Freeze for LightningAddress
impl RefUnwindSafe for LightningAddress
impl Send for LightningAddress
impl Sync for LightningAddress
impl Unpin for LightningAddress
impl UnwindSafe for LightningAddress
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