pub struct GcRootBusyMonitor { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for GcRootBusyMonitor
impl Clone for GcRootBusyMonitor
Source§fn clone(&self) -> GcRootBusyMonitor
fn clone(&self) -> GcRootBusyMonitor
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 moreSource§impl Debug for GcRootBusyMonitor
impl Debug for GcRootBusyMonitor
impl Copy for GcRootBusyMonitor
Auto Trait Implementations§
impl Freeze for GcRootBusyMonitor
impl RefUnwindSafe for GcRootBusyMonitor
impl Send for GcRootBusyMonitor
impl Sync for GcRootBusyMonitor
impl Unpin for GcRootBusyMonitor
impl UnwindSafe for GcRootBusyMonitor
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