pub struct ConcatWith<L: Value>(/* private fields */);Trait Implementations§
Source§impl<T: Type, L: Value<Type = List<T>>, I: Value<Type = T>> App<Segment<I, Empty<T>>> for ConcatWith<L>
impl<T: Type, L: Value<Type = List<T>>, I: Value<Type = T>> App<Segment<I, Empty<T>>> for ConcatWith<L>
Auto Trait Implementations§
impl<L> Freeze for ConcatWith<L>
impl<L> RefUnwindSafe for ConcatWith<L>where
L: RefUnwindSafe,
impl<L> Send for ConcatWith<L>where
L: Send,
impl<L> Sync for ConcatWith<L>where
L: Sync,
impl<L> Unpin for ConcatWith<L>where
L: Unpin,
impl<L> UnwindSafe for ConcatWith<L>where
L: UnwindSafe,
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