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