pub struct Growth(/* private fields */);Expand description
Barrier growth limit. https://www.ibm.com/docs/en/icos/22.1.1?topic=parameters-barrier-growth-limit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Growth
impl RefUnwindSafe for Growth
impl Send for Growth
impl Sync for Growth
impl Unpin for Growth
impl UnwindSafe for Growth
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