pub struct AppConfiguration {
pub arbitrary_data_enabled: bool,
pub erc20_provisioning_necessary: bool,
pub stark_enabled: bool,
pub stark_v2_supported: bool,
pub version: String,
}
Fields§
§arbitrary_data_enabled: bool
§erc20_provisioning_necessary: bool
§stark_enabled: bool
§stark_v2_supported: bool
§version: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppConfiguration
impl RefUnwindSafe for AppConfiguration
impl Send for AppConfiguration
impl Sync for AppConfiguration
impl Unpin for AppConfiguration
impl UnwindSafe for AppConfiguration
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