Struct bindle::invoice::verification::VerifiedInvoice
source · pub struct VerifiedInvoice<T: Into<Invoice>>(_);Expand description
An invoice whose signatures have been verified. Can be converted or borrowed as a plain
Invoice
Trait Implementations§
source§impl<T> BorrowMut<Invoice> for VerifiedInvoice<T>where
T: Into<Invoice> + BorrowMut<Invoice>,
impl<T> BorrowMut<Invoice> for VerifiedInvoice<T>where T: Into<Invoice> + BorrowMut<Invoice>,
source§fn borrow_mut(&mut self) -> &mut Invoice
fn borrow_mut(&mut self) -> &mut Invoice
Mutably borrows from an owned value. Read more