pub struct GcObjectSummary {
pub id: GcId,
pub kind: ValueKind,
pub label: String,
}Fields§
§id: GcId§kind: ValueKind§label: StringTrait Implementations§
Source§impl Clone for GcObjectSummary
impl Clone for GcObjectSummary
Source§fn clone(&self) -> GcObjectSummary
fn clone(&self) -> GcObjectSummary
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 GcObjectSummary
impl Debug for GcObjectSummary
impl Eq for GcObjectSummary
Source§impl PartialEq for GcObjectSummary
impl PartialEq for GcObjectSummary
Source§impl Serialize for GcObjectSummary
impl Serialize for GcObjectSummary
impl StructuralPartialEq for GcObjectSummary
Auto Trait Implementations§
impl Freeze for GcObjectSummary
impl RefUnwindSafe for GcObjectSummary
impl Send for GcObjectSummary
impl Sync for GcObjectSummary
impl Unpin for GcObjectSummary
impl UnsafeUnpin for GcObjectSummary
impl UnwindSafe for GcObjectSummary
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