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