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