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