Struct blockless_sdk::CGICommand
source · pub struct CGICommand { /* private fields */ }Implementations§
source§impl CGICommand
impl CGICommand
pub fn exec(&mut self) -> Result<(), CGIErrorKind>
pub fn read_all_stdin(&mut self) -> Result<Vec<u8>, CGIErrorKind>
pub fn read_all_stderr(&mut self) -> Result<Vec<u8>, CGIErrorKind>
pub fn exec_command(&mut self) -> Result<String, CGIErrorKind>
Auto Trait Implementations§
impl RefUnwindSafe for CGICommand
impl Send for CGICommand
impl Sync for CGICommand
impl Unpin for CGICommand
impl UnwindSafe for CGICommand
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