Struct go_vm::types::WeakUpValue
source · pub struct WeakUpValue {
pub inner: Weak<RefCell<UpValueState>>,
}
Fields§
§inner: Weak<RefCell<UpValueState>>
Implementations§
Trait Implementations§
source§impl Clone for WeakUpValue
impl Clone for WeakUpValue
source§fn clone(&self) -> WeakUpValue
fn clone(&self) -> WeakUpValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more