pub struct ExtractPostReturn {
pub index: RuntimePostReturnIndex,
pub def: CoreDef,
}
Expand description
Same as ExtractMemory
but for the post-return
canonical option.
Fields§
§index: RuntimePostReturnIndex
The index of the post-return being defined.
def: CoreDef
Where this post-return is being extracted from.
Trait Implementations§
source§impl Debug for ExtractPostReturn
impl Debug for ExtractPostReturn
source§impl<'de> Deserialize<'de> for ExtractPostReturn
impl<'de> Deserialize<'de> for ExtractPostReturn
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExtractPostReturn
impl RefUnwindSafe for ExtractPostReturn
impl Send for ExtractPostReturn
impl Sync for ExtractPostReturn
impl Unpin for ExtractPostReturn
impl UnwindSafe for ExtractPostReturn
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