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