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