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