pub struct WorkerLimitError { /* private fields */ }Expand description
Invalid runtime decoder-worker limit.
Implementations§
Trait Implementations§
Source§impl Clone for WorkerLimitError
impl Clone for WorkerLimitError
Source§fn clone(&self) -> WorkerLimitError
fn clone(&self) -> WorkerLimitError
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 moreimpl Copy for WorkerLimitError
Source§impl Debug for WorkerLimitError
impl Debug for WorkerLimitError
Source§impl Display for WorkerLimitError
impl Display for WorkerLimitError
impl Eq for WorkerLimitError
Source§impl Error for WorkerLimitError
impl Error for WorkerLimitError
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
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 PartialEq for WorkerLimitError
impl PartialEq for WorkerLimitError
impl StructuralPartialEq for WorkerLimitError
Auto Trait Implementations§
impl Freeze for WorkerLimitError
impl RefUnwindSafe for WorkerLimitError
impl Send for WorkerLimitError
impl Sync for WorkerLimitError
impl Unpin for WorkerLimitError
impl UnsafeUnpin for WorkerLimitError
impl UnwindSafe for WorkerLimitError
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