Struct blockless_sdk::CGIListExtensions
source · 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 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