pub struct GcInstance {
pub class: GcRef,
pub fields: HashMap<String, GcRef>,
}Fields§
§class: GcRef§fields: HashMap<String, GcRef>Trait Implementations§
Source§impl Clone for GcInstance
impl Clone for GcInstance
Source§fn clone(&self) -> GcInstance
fn clone(&self) -> GcInstance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GcInstance
impl Debug for GcInstance
impl Eq for GcInstance
Source§impl PartialEq for GcInstance
impl PartialEq for GcInstance
impl StructuralPartialEq for GcInstance
Auto Trait Implementations§
impl Freeze for GcInstance
impl RefUnwindSafe for GcInstance
impl Send for GcInstance
impl Sync for GcInstance
impl Unpin for GcInstance
impl UnsafeUnpin for GcInstance
impl UnwindSafe for GcInstance
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