pub struct TaskLocalInheritableTable { /* private fields */ }
Expand description
This is mostly an implementation detail. It stores references to all of the inheritable task local values that are available to a given task. You are not meant to use this directly.
Trait Implementations§
Source§impl Clone for TaskLocalInheritableTable
impl Clone for TaskLocalInheritableTable
Source§fn clone(&self) -> TaskLocalInheritableTable
fn clone(&self) -> TaskLocalInheritableTable
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for TaskLocalInheritableTable
impl !RefUnwindSafe for TaskLocalInheritableTable
impl Send for TaskLocalInheritableTable
impl Sync for TaskLocalInheritableTable
impl Unpin for TaskLocalInheritableTable
impl !UnwindSafe for TaskLocalInheritableTable
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