Struct clarity_repl::repl::settings::SessionSettings
source · pub struct SessionSettings {
pub node: String,
pub include_boot_contracts: Vec<String>,
pub include_costs: bool,
pub initial_contracts: Vec<InitialContract>,
pub initial_accounts: Vec<Account>,
pub initial_deployer: Option<Account>,
pub scoping_contract: Option<String>,
pub lazy_initial_contracts_interpretation: bool,
pub disk_cache_enabled: bool,
pub repl_settings: Settings,
}Fields§
§node: String§include_boot_contracts: Vec<String>§include_costs: bool§initial_contracts: Vec<InitialContract>§initial_accounts: Vec<Account>§initial_deployer: Option<Account>§scoping_contract: Option<String>§lazy_initial_contracts_interpretation: bool§disk_cache_enabled: bool§repl_settings: SettingsTrait Implementations§
source§impl Clone for SessionSettings
impl Clone for SessionSettings
source§fn clone(&self) -> SessionSettings
fn clone(&self) -> SessionSettings
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 SessionSettings
impl Debug for SessionSettings
source§impl Default for SessionSettings
impl Default for SessionSettings
source§fn default() -> SessionSettings
fn default() -> SessionSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SessionSettings
impl Send for SessionSettings
impl Sync for SessionSettings
impl Unpin for SessionSettings
impl UnwindSafe for SessionSettings
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
§impl<T> InitializableFromZeroed for Twhere
T: Default,
impl<T> InitializableFromZeroed for Twhere T: Default,
§unsafe fn initialize(place: *mut T)
unsafe fn initialize(place: *mut T)
Called to initialize a place to a valid value, after it is set
to all-bits-zero. Read more