pub struct ForId;Expand description
Marker for identifier arguments.
Trait Implementations§
Source§impl<F, I, T, U> FilterMapFn<ForId, I, T, U> for F
impl<F, I, T, U> FilterMapFn<ForId, I, T, U> for F
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§
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