pub struct Consumers { /* private fields */ }Expand description
The unordered internal set of input slots that consume a value.
Iteration is intentionally exposed only through sorted snapshots so hash iteration order cannot affect graph rewrites or serialized output.
Implementations§
Trait Implementations§
impl Eq for Consumers
impl StructuralPartialEq for Consumers
Auto Trait Implementations§
impl Freeze for Consumers
impl RefUnwindSafe for Consumers
impl Send for Consumers
impl Sync for Consumers
impl Unpin for Consumers
impl UnsafeUnpin for Consumers
impl UnwindSafe for Consumers
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