pub struct ArgStack<'a, I, C> { /* private fields */ }
Expand description
This struct defines a local argument stack on the global stack.
Implementations§
Auto Trait Implementations§
impl<'a, I, C> Freeze for ArgStack<'a, I, C>
impl<'a, I, C> RefUnwindSafe for ArgStack<'a, I, C>where
I: RefUnwindSafe,
C: RefUnwindSafe,
impl<'a, I, C> !Send for ArgStack<'a, I, C>
impl<'a, I, C> Sync for ArgStack<'a, I, C>
impl<'a, I, C> Unpin for ArgStack<'a, I, C>
impl<'a, I, C> !UnwindSafe for ArgStack<'a, I, C>
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