MAX_REF_COUNT

Constant MAX_REF_COUNT 

Source
pub const MAX_REF_COUNT: u8 = REF_COUNT_MASK; // 3u8
Expand description

The maximum representable reference count. Once an object’s count reaches this value it is treated as saturated/sticky and is no longer incremented or decremented.