pub struct GStdArgs { /* private fields */ }Implementations§
Source§impl GStdArgs
impl GStdArgs
pub fn with_wait_up_to(self, wait_up_to: Option<BlockCount>) -> Self
pub fn with_redirect_on_exit(self, redirect_on_exit: bool) -> Self
pub fn wait_up_to(&self) -> Option<BlockCount>
pub fn redirect_on_exit(&self) -> bool
Source§impl GStdArgs
impl GStdArgs
pub fn with_reply_deposit(self, reply_deposit: Option<GasUnit>) -> Self
pub fn with_reply_hook<F: FnOnce() + Send + 'static>(self, f: F) -> Self
pub fn reply_deposit(&self) -> Option<GasUnit>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GStdArgs
impl !RefUnwindSafe for GStdArgs
impl Send for GStdArgs
impl !Sync for GStdArgs
impl Unpin for GStdArgs
impl !UnwindSafe for GStdArgs
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