pub struct CGIListExtensions { /* private fields */ }Implementations§
Source§impl CGIListExtensions
impl CGIListExtensions
pub fn new() -> Result<Self, CGIErrorKind>
pub fn command( &self, command: &str, args: Vec<String>, envs: Vec<CGIEnv>, ) -> Result<CGICommand, CGIErrorKind>
pub fn list(&self) -> Result<Vec<CGIExtensions>, CGIErrorKind>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CGIListExtensions
impl RefUnwindSafe for CGIListExtensions
impl Send for CGIListExtensions
impl Sync for CGIListExtensions
impl Unpin for CGIListExtensions
impl UnwindSafe for CGIListExtensions
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