Struct fuels_programs::receipt_parser::ReceiptParser
source · pub struct ReceiptParser { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ReceiptParser
impl Send for ReceiptParser
impl Sync for ReceiptParser
impl Unpin for ReceiptParser
impl UnwindSafe for ReceiptParser
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