pub struct RF { /* private fields */ }Expand description
rf.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RF
impl RefUnwindSafe for RF
impl !Sync for RF
impl Unpin for RF
impl UnwindSafe for RF
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