pub enum CgiErrorKind {
ContentLengthNotFound,
EmptyContent,
InputBodyFail,
ParseError,
PathInfoNotFound,
RequestMethodNodFound,
}Variants§
Trait Implementations§
Source§impl Clone for CgiErrorKind
impl Clone for CgiErrorKind
Source§fn clone(&self) -> CgiErrorKind
fn clone(&self) -> CgiErrorKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CgiErrorKind
impl RefUnwindSafe for CgiErrorKind
impl Send for CgiErrorKind
impl Sync for CgiErrorKind
impl Unpin for CgiErrorKind
impl UnsafeUnpin 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