pub struct ForScopeValue;Expand description
Marker for scope and value arguments.
Trait Implementations§
Source§impl<F, R, I, T> FilterFn<ForScopeValue, I, T> for F
impl<F, R, I, T> FilterFn<ForScopeValue, I, T> for F
Source§impl<F, R, I, T, U> FilterMapFn<ForScopeValue, I, T, U> for F
impl<F, R, I, T, U> FilterMapFn<ForScopeValue, I, T, U> for F
Source§impl<F, R, J, I, T, U> FlatMapFn<ForScopeValue, J, I, T, U> for Fwhere
F: Fn(&mut Scope<I>, T) -> R + Send + 'static,
R: IntoResult<J>,
J: IntoIterator<Item = (Key<I>, U)>,
I: Display,
impl<F, R, J, I, T, U> FlatMapFn<ForScopeValue, J, I, T, U> for Fwhere
F: Fn(&mut Scope<I>, T) -> R + Send + 'static,
R: IntoResult<J>,
J: IntoIterator<Item = (Key<I>, U)>,
I: Display,
Source§impl<F, R, I, T, U> GetFn<ForScopeValue, I, T, U> for F
impl<F, R, I, T, U> GetFn<ForScopeValue, I, T, U> for F
Source§impl<F, R, I, T> InspectFn<ForScopeValue, I, T> for F
impl<F, R, I, T> InspectFn<ForScopeValue, I, T> for F
Auto Trait Implementations§
impl Freeze for ForScopeValue
impl RefUnwindSafe for ForScopeValue
impl Send for ForScopeValue
impl Sync for ForScopeValue
impl Unpin for ForScopeValue
impl UnsafeUnpin for ForScopeValue
impl UnwindSafe for ForScopeValue
Blanket Implementations§
impl<T> Arguments for T
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