pub struct FromFn<F> { /* private fields */ }
Expand description
Trait Implementations§
Source§impl<L, F> FormatInto<L> for FromFn<F>
impl<L, F> FormatInto<L> for FromFn<F>
Source§fn format_into(self, tokens: &mut Tokens<L>)
fn format_into(self, tokens: &mut Tokens<L>)
Convert the type into tokens in-place. Read more
impl<F: Copy> Copy for FromFn<F>
Auto Trait Implementations§
impl<F> Freeze for FromFn<F>where
F: Freeze,
impl<F> RefUnwindSafe for FromFn<F>where
F: RefUnwindSafe,
impl<F> Send for FromFn<F>where
F: Send,
impl<F> Sync for FromFn<F>where
F: Sync,
impl<F> Unpin for FromFn<F>where
F: Unpin,
impl<F> UnwindSafe for FromFn<F>where
F: 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