pub(crate) struct RootedCharTable(Rt<GcHeap<CharTableInner<'static>>>);Expand description
Automatically derived from CharTable via #[derive(Trace)]
Tuple Fields§
§0: Rt<GcHeap<CharTableInner<'static>>>Auto Trait Implementations§
impl !Freeze for RootedCharTable
impl !RefUnwindSafe for RootedCharTable
impl !Send for RootedCharTable
impl !Sync for RootedCharTable
impl !Unpin for RootedCharTable
impl !UnsafeUnpin for RootedCharTable
impl !UnwindSafe for RootedCharTable
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