pub struct IssueInvoiceArgs {
pub dest: String,
pub issue_args: IssueInvoiceTxArgs,
}Expand description
Issue Invoice Args
Fields
dest: Stringoutput file
issue_args: IssueInvoiceTxArgsissue invoice tx args
Auto Trait Implementations
impl RefUnwindSafe for IssueInvoiceArgs
impl Send for IssueInvoiceArgs
impl Sync for IssueInvoiceArgs
impl Unpin for IssueInvoiceArgs
impl UnwindSafe for IssueInvoiceArgs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> SafeBorrow<T> for T where
T: ?Sized,
impl<T> SafeBorrow<T> for T where
T: ?Sized,
fn borrow_replacement(ptr: &T) -> &T
fn borrow_replacement(ptr: &T) -> &T
Given ptr, which was obtained from a prior call to Self::borrow(),
return a value with the same nominal lifetime which is guaranteed to
survive mutations to Self. Read more