pub struct PaymentCliOutput {
pub stdout: String,
pub exit_code: u8,
}Fields§
§stdout: String§exit_code: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for PaymentCliOutput
impl RefUnwindSafe for PaymentCliOutput
impl Send for PaymentCliOutput
impl Sync for PaymentCliOutput
impl Unpin for PaymentCliOutput
impl UnsafeUnpin for PaymentCliOutput
impl UnwindSafe for PaymentCliOutput
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