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