Enum blockless_sdk::CGIErrorKind
source · pub enum CGIErrorKind {
ListError,
EncodingError,
JsonDecodingError,
ExecError,
ReadError,
NoCGICommandError,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CGIErrorKind
impl Send for CGIErrorKind
impl Sync for CGIErrorKind
impl Unpin for CGIErrorKind
impl UnwindSafe for CGIErrorKind
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