pub struct FlatMap<'a, In, Out>{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, In, Out> Freeze for FlatMap<'a, In, Out>
impl<'a, In, Out> RefUnwindSafe for FlatMap<'a, In, Out>
impl<'a, In, Out> Send for FlatMap<'a, In, Out>
impl<'a, In, Out> Sync for FlatMap<'a, In, Out>
impl<'a, In, Out> Unpin for FlatMap<'a, In, Out>
impl<'a, In, Out> UnwindSafe for FlatMap<'a, In, Out>
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