pub struct FunctionCallDepth {
pub max_depth: usize,
}Fields§
§max_depth: usizeTrait Implementations§
Source§impl Default for FunctionCallDepth
impl Default for FunctionCallDepth
Source§impl Rule for FunctionCallDepth
impl Rule for FunctionCallDepth
Auto Trait Implementations§
impl Freeze for FunctionCallDepth
impl RefUnwindSafe for FunctionCallDepth
impl Send for FunctionCallDepth
impl Sync for FunctionCallDepth
impl Unpin for FunctionCallDepth
impl UnsafeUnpin for FunctionCallDepth
impl UnwindSafe for FunctionCallDepth
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