pub struct Resources { /* private fields */ }Expand description
A set of requested resources.
Implementations§
Trait Implementations§
Source§impl From<&Resources> for HostConfig
impl From<&Resources> for HostConfig
Source§impl From<&Resources> for TaskSpecResources
impl From<&Resources> for TaskSpecResources
Auto Trait Implementations§
impl Freeze for Resources
impl RefUnwindSafe for Resources
impl Send for Resources
impl Sync for Resources
impl Unpin for Resources
impl UnwindSafe for Resources
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