Struct mini_rx::CloneSetFn
source · [−]Trait Implementations
Auto Trait Implementations
impl<T, U, F> RefUnwindSafe for CloneSetFn<T, U, F> where
F: RefUnwindSafe,
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<T, U, F> Send for CloneSetFn<T, U, F> where
F: Send,
T: Send,
U: Send,
impl<T, U, F> Sync for CloneSetFn<T, U, F> where
F: Sync,
T: Sync,
U: Sync,
impl<T, U, F> Unpin for CloneSetFn<T, U, F> where
F: Unpin,
T: Unpin,
U: Unpin,
impl<T, U, F> UnwindSafe for CloneSetFn<T, U, F> where
F: UnwindSafe,
T: UnwindSafe,
U: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more