Struct mz_ore::stack::RecursionLimitError
source · pub struct RecursionLimitError {
limit: usize,
}
Available on crate feature
stack
only.Expand description
A RecursionGuard
’s recursion limit was reached.
Fields§
§limit: usize
Trait Implementations§
source§impl Clone for RecursionLimitError
impl Clone for RecursionLimitError
source§fn clone(&self) -> RecursionLimitError
fn clone(&self) -> RecursionLimitError
Returns a copy of the value. Read more
1.0.0 · 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 RecursionLimitError
impl Debug for RecursionLimitError
source§impl Display for RecursionLimitError
impl Display for RecursionLimitError
source§impl Error for RecursionLimitError
impl Error for RecursionLimitError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
Auto Trait Implementations§
impl RefUnwindSafe for RecursionLimitError
impl Send for RecursionLimitError
impl Sync for RecursionLimitError
impl Unpin for RecursionLimitError
impl UnwindSafe for RecursionLimitError
Blanket Implementations§
source§impl<T> DisplayExt for Twhere
T: Display,
impl<T> DisplayExt for Twhere
T: Display,
source§fn to_string_alt(&self) -> String
fn to_string_alt(&self) -> String
Formats an object with the “alternative” format (
{:#}
) and returns it.source§impl<T> FutureExt for T
impl<T> FutureExt for T
source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request