pub struct RangeAllocator;Implementations§
Auto Trait Implementations§
impl Freeze for RangeAllocator
impl RefUnwindSafe for RangeAllocator
impl Send for RangeAllocator
impl Sync for RangeAllocator
impl Unpin for RangeAllocator
impl UnwindSafe for RangeAllocator
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