pub struct FileCountLimitError(/* private fields */);
Expand description
An error returned from Intercept
when the file count limit
for a single request was exceeded.
Trait Implementations§
Source§impl Debug for FileCountLimitError
impl Debug for FileCountLimitError
Source§impl Display for FileCountLimitError
impl Display for FileCountLimitError
Source§impl Error for FileCountLimitError
impl Error for FileCountLimitError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · 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
Auto Trait Implementations§
impl Freeze for FileCountLimitError
impl RefUnwindSafe for FileCountLimitError
impl Send for FileCountLimitError
impl Sync for FileCountLimitError
impl Unpin for FileCountLimitError
impl UnwindSafe for FileCountLimitError
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