pub struct SelectedBindingPlan<B: ParameterBackend> { /* private fields */ }Expand description
An immutable binding unit admitted by one backend against one exact source.
Construction is intentionally restricted to select_bindings. Consuming
this token materializes the already selected operations without asking the
backend to select them again.
Trait Implementations§
Auto Trait Implementations§
impl<B> !RefUnwindSafe for SelectedBindingPlan<B>
impl<B> !UnwindSafe for SelectedBindingPlan<B>
impl<B> Freeze for SelectedBindingPlan<B>
impl<B> Send for SelectedBindingPlan<B>
impl<B> Sync for SelectedBindingPlan<B>
impl<B> Unpin for SelectedBindingPlan<B>
impl<B> UnsafeUnpin for SelectedBindingPlan<B>
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