Struct fuels_programs::contract::LoadConfiguration
source · pub struct LoadConfiguration { /* private fields */ }
Expand description
Configuration for contract deployment
Implementations§
source§impl LoadConfiguration
impl LoadConfiguration
pub fn new( storage: StorageConfiguration, configurables: impl Into<Configurables>, salt: impl Into<Salt> ) -> Self
pub fn set_storage_configuration(self, storage: StorageConfiguration) -> Self
pub fn set_configurables(self, configurables: impl Into<Configurables>) -> Self
pub fn set_salt(self, salt: impl Into<Salt>) -> Self
Trait Implementations§
source§impl Clone for LoadConfiguration
impl Clone for LoadConfiguration
source§fn clone(&self) -> LoadConfiguration
fn clone(&self) -> LoadConfiguration
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 LoadConfiguration
impl Debug for LoadConfiguration
source§impl Default for LoadConfiguration
impl Default for LoadConfiguration
source§fn default() -> LoadConfiguration
fn default() -> LoadConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LoadConfiguration
impl Send for LoadConfiguration
impl Sync for LoadConfiguration
impl Unpin for LoadConfiguration
impl UnwindSafe for LoadConfiguration
Blanket Implementations§
source§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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