pub enum CodingplanErrorKind {
AuthError,
AuthExpired,
ExecutionFailed,
NetworkError,
ServerError,
Other,
}Expand description
CodingPlan 错误类型
Variants§
Trait Implementations§
Source§impl Clone for CodingplanErrorKind
impl Clone for CodingplanErrorKind
Source§fn clone(&self) -> CodingplanErrorKind
fn clone(&self) -> CodingplanErrorKind
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 moreSource§impl Debug for CodingplanErrorKind
impl Debug for CodingplanErrorKind
Source§impl Serialize for CodingplanErrorKind
impl Serialize for CodingplanErrorKind
impl Copy for CodingplanErrorKind
Auto Trait Implementations§
impl Freeze for CodingplanErrorKind
impl RefUnwindSafe for CodingplanErrorKind
impl Send for CodingplanErrorKind
impl Sync for CodingplanErrorKind
impl Unpin for CodingplanErrorKind
impl UnsafeUnpin for CodingplanErrorKind
impl UnwindSafe for CodingplanErrorKind
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