pub struct RefF<'a>(/* private fields */);
Expand description
The TypeFunction
ApF<RefF<'a>, A> == &'a A
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RefF<'a>
impl<'a> RefUnwindSafe for RefF<'a>
impl<'a> Send for RefF<'a>
impl<'a> Sync for RefF<'a>
impl<'a> Unpin for RefF<'a>
impl<'a> UnwindSafe for RefF<'a>
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