Struct composable_allocators::freelist::NoLimit
source · [−]pub struct NoLimit;Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more