pub struct TypeSystemLimits {
pub max_infer_depth: Option<usize>,
}Fields§
§max_infer_depth: Option<usize>Implementations§
Source§impl TypeSystemLimits
impl TypeSystemLimits
pub fn unlimited() -> Self
pub fn safe_defaults() -> Self
Trait Implementations§
Source§impl Clone for TypeSystemLimits
impl Clone for TypeSystemLimits
Source§fn clone(&self) -> TypeSystemLimits
fn clone(&self) -> TypeSystemLimits
Returns a duplicate 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 TypeSystemLimits
impl Debug for TypeSystemLimits
Source§impl Default for TypeSystemLimits
impl Default for TypeSystemLimits
impl Copy for TypeSystemLimits
Auto Trait Implementations§
impl Freeze for TypeSystemLimits
impl RefUnwindSafe for TypeSystemLimits
impl Send for TypeSystemLimits
impl Sync for TypeSystemLimits
impl Unpin for TypeSystemLimits
impl UnsafeUnpin for TypeSystemLimits
impl UnwindSafe for TypeSystemLimits
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