pub struct VersionControlContract {
    pub address: Addr,
}Expand description
Store the Version Control contract.
Implements AbstractRegistryAccess
Fields§
§address: AddrImplementations§
Trait Implementations§
source§impl AbstractRegistryAccess for VersionControlContract
 
impl AbstractRegistryAccess for VersionControlContract
source§fn abstract_registry(&self, _deps: Deps<'_>) -> AbstractSdkResult<Addr>
 
fn abstract_registry(&self, _deps: Deps<'_>) -> AbstractSdkResult<Addr>
Get the address of the registry.
source§impl Clone for VersionControlContract
 
impl Clone for VersionControlContract
source§fn clone(&self) -> VersionControlContract
 
fn clone(&self) -> VersionControlContract
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more