pub struct ArcFn;
Auto Trait Implementations§
impl Freeze for ArcFn
impl RefUnwindSafe for ArcFn
impl Send for ArcFn
impl Sync for ArcFn
impl Unpin for ArcFn
impl UnwindSafe for ArcFn
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