pub struct Upvalue {
pub kind: UpvalueKind,
}
Fields§
§kind: UpvalueKind
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