pub struct DeployedContract {
pub address: Felt,
pub class_hash: Felt,
}Fields§
§address: Felt§class_hash: FeltTrait Implementations§
Source§impl Debug for DeployedContract
impl Debug for DeployedContract
Source§impl<'de> Deserialize<'de> for DeployedContract
impl<'de> Deserialize<'de> for DeployedContract
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DeployedContract, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DeployedContract, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<DeployedContract> for DeployedContractItem
impl From<DeployedContract> for DeployedContractItem
Source§fn from(value: DeployedContract) -> DeployedContractItem
fn from(value: DeployedContract) -> DeployedContractItem
Converts to this type from the input type.
Source§impl From<DeployedContract> for ReplacedClassItem
impl From<DeployedContract> for ReplacedClassItem
Source§fn from(value: DeployedContract) -> ReplacedClassItem
fn from(value: DeployedContract) -> ReplacedClassItem
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeployedContract
impl RefUnwindSafe for DeployedContract
impl Send for DeployedContract
impl Sync for DeployedContract
impl Unpin for DeployedContract
impl UnwindSafe for DeployedContract
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