pub struct GcRunSuccess {
pub result: String,
pub report: GcCollectionReport,
}Fields§
§result: String§report: GcCollectionReportTrait Implementations§
Source§impl Clone for GcRunSuccess
impl Clone for GcRunSuccess
Source§fn clone(&self) -> GcRunSuccess
fn clone(&self) -> GcRunSuccess
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 GcRunSuccess
impl Debug for GcRunSuccess
impl Eq for GcRunSuccess
Source§impl PartialEq for GcRunSuccess
impl PartialEq for GcRunSuccess
Source§impl Serialize for GcRunSuccess
impl Serialize for GcRunSuccess
impl StructuralPartialEq for GcRunSuccess
Auto Trait Implementations§
impl Freeze for GcRunSuccess
impl RefUnwindSafe for GcRunSuccess
impl Send for GcRunSuccess
impl Sync for GcRunSuccess
impl Unpin for GcRunSuccess
impl UnsafeUnpin for GcRunSuccess
impl UnwindSafe for GcRunSuccess
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