pub struct enableVolatileDataAccessReturn {}Expand description
@notice Re-enables volatile data access for the caller’s frame and inner calls.
@dev Succeeds if access is not disabled, or the caller (or an ancestor at the
same depth) disabled it. Reverts with DisabledByParent() if a parent
frame disabled access.
Available from Rex4 hardfork.
Container type for the return parameters of the enableVolatileDataAccess() function.
Trait Implementations§
Source§impl Clone for enableVolatileDataAccessReturn
impl Clone for enableVolatileDataAccessReturn
Source§fn clone(&self) -> enableVolatileDataAccessReturn
fn clone(&self) -> enableVolatileDataAccessReturn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for enableVolatileDataAccessReturn
impl RefUnwindSafe for enableVolatileDataAccessReturn
impl Send for enableVolatileDataAccessReturn
impl Sync for enableVolatileDataAccessReturn
impl Unpin for enableVolatileDataAccessReturn
impl UnsafeUnpin for enableVolatileDataAccessReturn
impl UnwindSafe for enableVolatileDataAccessReturn
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