Struct cairo_lang_starknet::contract::ContractDeclaration
source · pub struct ContractDeclaration {
pub submodule_id: SubmoduleId,
}
Expand description
Represents a declaration of a contract.
Fields§
§submodule_id: SubmoduleId
The id of the module that defines the contract.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ContractDeclaration
impl Send for ContractDeclaration
impl Sync for ContractDeclaration
impl Unpin for ContractDeclaration
impl UnwindSafe for ContractDeclaration
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