pub struct UdcUniqueSettings {
pub deployer_address: Felt,
pub udc_contract_address: Felt,
}
Expand description
The uniqueness settings when using UdcUniqueness::Unique
for contract deployment.
Fields§
§deployer_address: Felt
Contract address of the deployer account, which is the caller of the UDC.
udc_contract_address: Felt
The UDC address.
Trait Implementations§
Source§impl Clone for UdcUniqueSettings
impl Clone for UdcUniqueSettings
Source§fn clone(&self) -> UdcUniqueSettings
fn clone(&self) -> UdcUniqueSettings
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 moreAuto Trait Implementations§
impl Freeze for UdcUniqueSettings
impl RefUnwindSafe for UdcUniqueSettings
impl Send for UdcUniqueSettings
impl Sync for UdcUniqueSettings
impl Unpin for UdcUniqueSettings
impl UnwindSafe for UdcUniqueSettings
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