pub struct ResourceAllocationIndex { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResourceAllocationIndex
impl RefUnwindSafe for ResourceAllocationIndex
impl !Send for ResourceAllocationIndex
impl !Sync for ResourceAllocationIndex
impl Unpin for ResourceAllocationIndex
impl UnwindSafe for ResourceAllocationIndex
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