pub struct RecClosureOnce<S, R> { /* private fields */ }Implementations§
Source§impl<S, R> RecClosureOnce<S, R>
impl<S, R> RecClosureOnce<S, R>
Trait Implementations§
Source§impl<S, R> Clone for RecClosureOnce<S, R>where
S: Clone,
impl<S, R> Clone for RecClosureOnce<S, R>where
S: Clone,
Source§impl<S, R> FnOnce() for RecClosureOnce<S, R>
impl<S, R> FnOnce() for RecClosureOnce<S, R>
Source§impl<S, R> PartialEq for RecClosureOnce<S, R>where
S: PartialEq,
impl<S, R> PartialEq for RecClosureOnce<S, R>where
S: PartialEq,
impl<S, R> Copy for RecClosureOnce<S, R>where
S: Copy,
impl<S, R> Eq for RecClosureOnce<S, R>where
S: Eq,
Auto Trait Implementations§
impl<S, R> Freeze for RecClosureOnce<S, R>where
S: Freeze,
impl<S, R> RefUnwindSafe for RecClosureOnce<S, R>where
S: RefUnwindSafe,
impl<S, R> Send for RecClosureOnce<S, R>where
S: Send,
impl<S, R> Sync for RecClosureOnce<S, R>where
S: Sync,
impl<S, R> Unpin for RecClosureOnce<S, R>where
S: Unpin,
impl<S, R> UnwindSafe for RecClosureOnce<S, R>where
S: 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