Struct composable_allocators::freelist::NoLimit
source · pub struct NoLimit;Trait Implementations§
source§impl ConstDefault for NoLimit
impl ConstDefault for NoLimit
const fn default_const() -> Self
impl LimitParam for NoLimit
Auto Trait Implementations§
impl RefUnwindSafe for NoLimit
impl Send for NoLimit
impl Sync for NoLimit
impl Unpin for NoLimit
impl UnwindSafe for NoLimit
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