pub struct StackItem {
pub data: StackItemData,
pub name: Option<Arc<Cow<'static, str>>>,
pub delta: StackItemDelta,
}
Fields§
§data: StackItemData
§name: Option<Arc<Cow<'static, str>>>
§delta: StackItemDelta
Implementations§
Trait Implementations§
impl Eq for StackItem
impl StructuralPartialEq for StackItem
Auto Trait Implementations§
impl Freeze for StackItem
impl RefUnwindSafe for StackItem
impl Send for StackItem
impl Sync for StackItem
impl Unpin for StackItem
impl UnwindSafe for StackItem
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)