pub struct VersionControlContract {
pub address: Addr,
}Expand description
Store the Version Control contract.
Implements RegisterAccess
Fields§
§address: AddrTrait Implementations§
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