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