pub enum LimitKind {
Show 13 variants
CallDepth,
CommandCount,
LoopIterations,
OutputSize,
SubstitutionDepth,
BraceExpansion,
StringLength,
ArrayElements,
SourceDepth,
InputSize,
Cancelled,
SessionExecCalls,
SessionCommands,
}Expand description
Which resource limit was exceeded.
Variants§
CallDepth
CommandCount
LoopIterations
OutputSize
SubstitutionDepth
BraceExpansion
StringLength
ArrayElements
SourceDepth
InputSize
Cancelled
SessionExecCalls
SessionCommands
Trait Implementations§
impl Copy for LimitKind
impl Eq for LimitKind
impl StructuralPartialEq for LimitKind
Auto Trait Implementations§
impl Freeze for LimitKind
impl RefUnwindSafe for LimitKind
impl Send for LimitKind
impl Sync for LimitKind
impl Unpin for LimitKind
impl UnsafeUnpin for LimitKind
impl UnwindSafe for LimitKind
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