pub struct GetDeployedContractByIdParamsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build()
.
Implementations§
Source§impl<S: State> GetDeployedContractByIdParamsBuilder<S>
impl<S: State> GetDeployedContractByIdParamsBuilder<S>
Sourcepub fn build(self) -> GetDeployedContractByIdParamswhere
S: IsComplete,
pub fn build(self) -> GetDeployedContractByIdParamswhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn id(self, value: String) -> GetDeployedContractByIdParamsBuilder<SetId<S>>where
S::Id: IsUnset,
pub fn id(self, value: String) -> GetDeployedContractByIdParamsBuilder<SetId<S>>where
S::Id: IsUnset,
Required.
The deployed contract data identifier
Auto Trait Implementations§
impl<S> Freeze for GetDeployedContractByIdParamsBuilder<S>
impl<S> RefUnwindSafe for GetDeployedContractByIdParamsBuilder<S>
impl<S> Send for GetDeployedContractByIdParamsBuilder<S>
impl<S> Sync for GetDeployedContractByIdParamsBuilder<S>
impl<S> Unpin for GetDeployedContractByIdParamsBuilder<S>
impl<S> UnwindSafe for GetDeployedContractByIdParamsBuilder<S>
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