pub struct ProjectionInputs { /* private fields */ }Expand description
Bounded immutable input view supplied to a projector.
Its fields are private so a provider cannot reach the rest of the world or any diagnostic envelope. Every successful read is recorded.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ProjectionInputs
impl RefUnwindSafe for ProjectionInputs
impl Send for ProjectionInputs
impl Sync for ProjectionInputs
impl Unpin for ProjectionInputs
impl UnsafeUnpin for ProjectionInputs
impl UnwindSafe for ProjectionInputs
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