pub struct Demand {
pub type_: String,
pub override_suppliers: Option<SupplierRegistry>,
}Fields§
§type_: String§override_suppliers: Option<SupplierRegistry>Auto Trait Implementations§
impl Freeze for Demand
impl !RefUnwindSafe for Demand
impl Send for Demand
impl Sync for Demand
impl Unpin for Demand
impl !UnwindSafe for Demand
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