pub struct DataScriptStepBuilder<'script, Operation> { /* private fields */ }Expand description
Builder for one data-only transaction script step.
Implementations§
Auto Trait Implementations§
impl<'script, Operation> !UnwindSafe for DataScriptStepBuilder<'script, Operation>
impl<'script, Operation> Freeze for DataScriptStepBuilder<'script, Operation>
impl<'script, Operation> RefUnwindSafe for DataScriptStepBuilder<'script, Operation>where
Operation: RefUnwindSafe,
impl<'script, Operation> Send for DataScriptStepBuilder<'script, Operation>where
Operation: Send,
impl<'script, Operation> Sync for DataScriptStepBuilder<'script, Operation>where
Operation: Sync,
impl<'script, Operation> Unpin for DataScriptStepBuilder<'script, Operation>where
Operation: Unpin,
impl<'script, Operation> UnsafeUnpin for DataScriptStepBuilder<'script, Operation>
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