Struct cairo_lang_starknet::abi::BuilderConfig
source · pub struct BuilderConfig {
pub account_contract_validations: bool,
}
Expand description
Configuration for the abi builder.
Fields§
§account_contract_validations: bool
Whether to run account contract validations.
Trait Implementations§
source§impl Clone for BuilderConfig
impl Clone for BuilderConfig
source§fn clone(&self) -> BuilderConfig
fn clone(&self) -> BuilderConfig
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 moresource§impl Debug for BuilderConfig
impl Debug for BuilderConfig
source§impl Default for BuilderConfig
impl Default for BuilderConfig
source§fn default() -> BuilderConfig
fn default() -> BuilderConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BuilderConfig
impl Send for BuilderConfig
impl Sync for BuilderConfig
impl Unpin for BuilderConfig
impl UnwindSafe for BuilderConfig
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