Struct list_fn::FlattenList
source · pub struct FlattenList<I>(_);
Trait Implementations§
source§impl<I> Default for FlattenList<I>
impl<I> Default for FlattenList<I>
Auto Trait Implementations§
impl<I> RefUnwindSafe for FlattenList<I>where I: RefUnwindSafe,
impl<I> Send for FlattenList<I>where I: Send,
impl<I> Sync for FlattenList<I>where I: Sync,
impl<I> Unpin for FlattenList<I>where I: Unpin,
impl<I> UnwindSafe for FlattenList<I>where I: 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