pub struct AllocatorComponent;Trait Implementations§
impl<'a, __Context__, T> IsProviderFor<AllocatorComponent, __Context__, (Life<'a>, T)> for UseContextwhere
__Context__: CanAlloc<'a, T>,
Auto Trait Implementations§
impl Freeze for AllocatorComponent
impl RefUnwindSafe for AllocatorComponent
impl Send for AllocatorComponent
impl Sync for AllocatorComponent
impl Unpin for AllocatorComponent
impl UnsafeUnpin for AllocatorComponent
impl UnwindSafe for AllocatorComponent
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