#[non_exhaustive]pub struct ExtractListError { /* private fields */ }
Expand description
为 base_object_list
方法,返回一个统一的 Error
Implementations§
Source§impl ExtractListError
impl ExtractListError
Sourcepub fn is_no_more(&self) -> bool
pub fn is_no_more(&self) -> bool
判断 Error 类型是否为 “没有更多信息”
Trait Implementations§
Source§impl Debug for ExtractListError
impl Debug for ExtractListError
Source§impl Display for ExtractListError
impl Display for ExtractListError
Source§impl Error for ExtractListError
impl Error for ExtractListError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<Error> for ExtractListError
impl From<Error> for ExtractListError
Source§impl From<InnerListError> for ExtractListError
impl From<InnerListError> for ExtractListError
Source§fn from(value: InnerListError) -> Self
fn from(value: InnerListError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExtractListError
impl !RefUnwindSafe for ExtractListError
impl !Send for ExtractListError
impl !Sync for ExtractListError
impl Unpin for ExtractListError
impl !UnwindSafe for ExtractListError
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