Struct gear_core::memory::NoopGrowHandler
source · pub struct NoopGrowHandler;Expand description
Grow handler do nothing implementation
Trait Implementations§
source§impl GrowHandler for NoopGrowHandler
impl GrowHandler for NoopGrowHandler
source§fn before_grow_action(_mem: &mut impl Memory) -> Self
fn before_grow_action(_mem: &mut impl Memory) -> Self
Before grow action
source§fn after_grow_action(self, _mem: &mut impl Memory)
fn after_grow_action(self, _mem: &mut impl Memory)
After grow action
Auto Trait Implementations§
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