pub struct Pushed(_);Expand description
Represents results which are already pushed to the stack
Notice: this type can only be used at the end of a function
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Pushed
impl Send for Pushed
impl Sync for Pushed
impl Unpin for Pushed
impl UnwindSafe for Pushed
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