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