Struct starknet_core::utils::UdcUniqueSettings
source · pub struct UdcUniqueSettings {
pub deployer_address: FieldElement,
pub udc_contract_address: FieldElement,
}
Fields§
§deployer_address: FieldElement
§udc_contract_address: FieldElement
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 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