pub struct ProgramDeployer { /* private fields */ }Expand description
Blocking program deployment service.
Thin wrapper around the async ProgramDeployer using [block_on],
following the same pattern as crate::client::rpc::BlockingArchRpcClient.
Implementations§
Auto Trait Implementations§
impl Freeze for BlockingProgramDeployer
impl !RefUnwindSafe for BlockingProgramDeployer
impl Send for BlockingProgramDeployer
impl Sync for BlockingProgramDeployer
impl Unpin for BlockingProgramDeployer
impl UnsafeUnpin for BlockingProgramDeployer
impl !UnwindSafe for BlockingProgramDeployer
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