pub struct FreshResumableRef {
pub(crate) func_addr: FuncAddr,
pub(crate) params: Vec<Value>,
pub(crate) maybe_fuel: Option<u32>,
}Fields§
§func_addr: FuncAddr§params: Vec<Value>§maybe_fuel: Option<u32>Auto Trait Implementations§
impl Freeze for FreshResumableRef
impl RefUnwindSafe for FreshResumableRef
impl Send for FreshResumableRef
impl Sync for FreshResumableRef
impl Unpin for FreshResumableRef
impl UnwindSafe for FreshResumableRef
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