pub struct WorkloadResources {}Auto Trait Implementations§
impl Freeze for WorkloadResources
impl RefUnwindSafe for WorkloadResources
impl Send for WorkloadResources
impl Sync for WorkloadResources
impl Unpin for WorkloadResources
impl UnsafeUnpin for WorkloadResources
impl UnwindSafe for WorkloadResources
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