pub struct NoopGrowHandler;
Expand description
Grow handler do nothing implementation
Trait Implementations§
Source§impl<Context> GrowHandler<Context> for NoopGrowHandler
impl<Context> GrowHandler<Context> for NoopGrowHandler
Source§fn before_grow_action(
_ctx: &mut Context,
_mem: &mut impl Memory<Context>,
) -> Self
fn before_grow_action( _ctx: &mut Context, _mem: &mut impl Memory<Context>, ) -> Self
Before grow action
Source§fn after_grow_action(self, _ctx: &mut Context, _mem: &mut impl Memory<Context>)
fn after_grow_action(self, _ctx: &mut Context, _mem: &mut impl Memory<Context>)
After grow action
Auto Trait Implementations§
impl Freeze for NoopGrowHandler
impl RefUnwindSafe for NoopGrowHandler
impl Send for NoopGrowHandler
impl Sync for NoopGrowHandler
impl Unpin for NoopGrowHandler
impl UnwindSafe for NoopGrowHandler
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